Skip to content

Commit 7715273

Browse files
committed
doc: add missing metadata for recursive mkdir
PR-URL: #22949 Refs: #21875 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a02b98b commit 7715273

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/fs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,6 +2148,10 @@ Synchronous lstat(2).
21482148
<!-- YAML
21492149
added: v0.1.8
21502150
changes:
2151+
- version: REPLACEME
2152+
pr-url: https://github.com/nodejs/node/pull/21875
2153+
description: The second argument can now be an `options` object with
2154+
`recursive` and `mode` properties.
21512155
- version: v10.0.0
21522156
pr-url: https://github.com/nodejs/node/pull/12562
21532157
description: The `callback` parameter is no longer optional. Not passing
@@ -2189,6 +2193,10 @@ See also: mkdir(2).
21892193
<!-- YAML
21902194
added: v0.1.21
21912195
changes:
2196+
- version: REPLACEME
2197+
pr-url: https://github.com/nodejs/node/pull/21875
2198+
description: The second argument can now be an `options` object with
2199+
`recursive` and `mode` properties.
21922200
- version: v7.6.0
21932201
pr-url: https://github.com/nodejs/node/pull/10739
21942202
description: The `path` parameter can be a WHATWG `URL` object using `file:`

0 commit comments

Comments
 (0)