File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,10 @@ rejection only when `recursive` is false.
802
802
### ` fsPromises .mkdtemp (prefix[, options])`
803
803
<!-- YAML
804
804
added: v10.0.0
805
+ changes:
806
+ - version: REPLACEME
807
+ pr-url: https://github.com/nodejs/node/pull/39028
808
+ description: The ` prefix` parameter now accepts an empty string.
805
809
-->
806
810
807
811
* ` prefix` {string}
@@ -2573,6 +2577,9 @@ See the POSIX mkdir(2) documentation for more details.
2573
2577
<!-- YAML
2574
2578
added: v5.10.0
2575
2579
changes:
2580
+ - version: REPLACEME
2581
+ pr-url: https://github.com/nodejs/node/pull/39028
2582
+ description: The `prefix` parameter now accepts an empty string.
2576
2583
- version: v10.0.0
2577
2584
pr-url: https://github.com/nodejs/node/pull/12562
2578
2585
description: The `callback` parameter is no longer optional. Not passing
@@ -4505,6 +4512,10 @@ See the POSIX mkdir(2) documentation for more details.
4505
4512
### ` fs .mkdtempSync (prefix[, options])`
4506
4513
<!-- YAML
4507
4514
added: v5.10.0
4515
+ changes:
4516
+ - version: REPLACEME
4517
+ pr-url: https://github.com/nodejs/node/pull/39028
4518
+ description: The ` prefix` parameter now accepts an empty string.
4508
4519
-->
4509
4520
4510
4521
* ` prefix` {string}
You can’t perform that action at this time.
0 commit comments