File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2427,6 +2427,10 @@ Synchronous lstat(2).
2427
2427
<!-- YAML
2428
2428
added: v0.1.8
2429
2429
changes:
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.
2430
2434
- version: v10.12.0
2431
2435
pr-url: https://github.com/nodejs/node/pull/21875
2432
2436
description: The second argument can now be an `options` object with
@@ -2485,6 +2489,9 @@ See also: mkdir(2).
2485
2489
<!-- YAML
2486
2490
added: v0.1.21
2487
2491
changes:
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.
2488
2495
- version: v10.12.0
2489
2496
pr-url: https://github.com/nodejs/node/pull/21875
2490
2497
description: The second argument can now be an `options` object with
You can’t perform that action at this time.
0 commit comments