Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d40733d

Browse files
daeyeonjuanarbol
authored andcommittedMay 31, 2022
doc: improve callback params for fs.mkdir
fixes: #43015 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43016 Fixes: #43015 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]>
1 parent c3f0e6d commit d40733d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎doc/api/fs.md

+2
Original file line numberDiff line numberDiff line change
@@ -2887,6 +2887,8 @@ changes:
28872887
* `mode` {string|integer} Not supported on Windows. **Default:** `0o777`.
28882888
* `callback` {Function}
28892889
* `err` {Error}
2890+
* `path` {string|undefined} Present only if a directory is created with
2891+
`recursive` set to `true`.
28902892
28912893
Asynchronously creates a directory.
28922894

0 commit comments

Comments
 (0)
Please sign in to comment.