Skip to content

Commit

Permalink
doc: improve callback params for fs.mkdir
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
daeyeon authored and juanarbol committed May 31, 2022
1 parent c3f0e6d commit d40733d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2887,6 +2887,8 @@ changes:
* `mode` {string|integer} Not supported on Windows. **Default:** `0o777`.
* `callback` {Function}
* `err` {Error}
* `path` {string|undefined} Present only if a directory is created with
`recursive` set to `true`.
Asynchronously creates a directory.
Expand Down

0 comments on commit d40733d

Please sign in to comment.