Skip to content

Commit

Permalink
doc: improve callback params for fs.mkdir
Browse files Browse the repository at this point in the history
fixes: nodejs/node#43015

Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com

PR-URL: nodejs/node#43016
Fixes: nodejs/node#43015
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
  • Loading branch information
daeyeon authored and guangwong committed Oct 10, 2022
1 parent 7212daf commit c19d612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/fs.md
Expand Up @@ -2822,6 +2822,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 c19d612

Please sign in to comment.