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#43015

Signed-off-by: Daeyeon Jeong [email protected]
  • Loading branch information
daeyeon committed May 9, 2022
1 parent 306c7a5 commit e59a104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,7 @@ changes:
* `mode` {string|integer} Not supported on Windows. **Default:** `0o777`.
* `callback` {Function}
* `err` {Error}
* `path` {string|undefined}
Asynchronously creates a directory.
Expand Down

0 comments on commit e59a104

Please sign in to comment.