diff --git a/doc/api/fs.md b/doc/api/fs.md index 769bb767301627..c4e0251a7979ae 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3007,6 +3007,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.