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 daeyeon.dev@gmail.com

PR-URL: #43016
Fixes: #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 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
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.