File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2427,6 +2427,10 @@ Synchronous lstat(2).
24272427<!-- YAML
24282428added: v0.1.8
24292429changes:
2430+ - version: v13.11.0
2431+ pr-url: https://github.com/nodejs/node/pull/31530
2432+ description: In `recursive` mode, the callback now receives the first
2433+ created path as an argument.
24302434 - version: v10.12.0
24312435 pr-url: https://github.com/nodejs/node/pull/21875
24322436 description: The second argument can now be an `options` object with
@@ -2485,6 +2489,9 @@ See also: mkdir(2).
24852489<!-- YAML
24862490added: v0.1.21
24872491changes:
2492+ - version: v13.11.0
2493+ pr-url: https://github.com/nodejs/node/pull/31530
2494+ description: In `recursive` mode, the first created path is returned now.
24882495 - version: v10.12.0
24892496 pr-url: https://github.com/nodejs/node/pull/21875
24902497 description: The second argument can now be an `options` object with
You can’t perform that action at this time.
0 commit comments