diff --git a/doc/api/fs.md b/doc/api/fs.md index fff7ed7e649606..23c70c34c3f0ef 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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.