Skip to content

Commit 71074ee

Browse files
daeyeonbengl
authored andcommitted
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 0efeceb commit 71074ee

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
@@ -3003,6 +3003,8 @@ changes:
30033003
* `mode` {string|integer} Not supported on Windows. **Default:** `0o777`.
30043004
* `callback` {Function}
30053005
* `err` {Error}
3006+
* `path` {string|undefined} Present only if a directory is created with
3007+
`recursive` set to `true`.
30063008
30073009
Asynchronously creates a directory.
30083010

0 commit comments

Comments
 (0)