Skip to content

Commit 91b4102

Browse files
tniessentargos
authored andcommitted
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 15c7c57 commit 91b4102

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/fs.md

+8
Original file line numberDiff line numberDiff line change
@@ -2143,6 +2143,10 @@ Synchronous lstat(2).
21432143
<!-- YAML
21442144
added: v0.1.8
21452145
changes:
2146+
- version: REPLACEME
2147+
pr-url: https://github.com/nodejs/node/pull/21875
2148+
description: The second argument can now be an `options` object with
2149+
`recursive` and `mode` properties.
21462150
- version: v10.0.0
21472151
pr-url: https://github.com/nodejs/node/pull/12562
21482152
description: The `callback` parameter is no longer optional. Not passing
@@ -2184,6 +2188,10 @@ See also: mkdir(2).
21842188
<!-- YAML
21852189
added: v0.1.21
21862190
changes:
2191+
- version: REPLACEME
2192+
pr-url: https://github.com/nodejs/node/pull/21875
2193+
description: The second argument can now be an `options` object with
2194+
`recursive` and `mode` properties.
21872195
- version: v7.6.0
21882196
pr-url: https://github.com/nodejs/node/pull/10739
21892197
description: The `path` parameter can be a WHATWG `URL` object using `file:`

0 commit comments

Comments
 (0)