diff --git a/doc/api/fs.md b/doc/api/fs.md index 3499035411c031..7faa804a830442 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3003,6 +3003,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.