File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -802,6 +802,10 @@ rejection only when `recursive` is false.
802802### ` fsPromises .mkdtemp (prefix[, options])`
803803<!-- YAML
804804added: 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.
805809-->
806810
807811* ` prefix` {string}
@@ -2573,6 +2577,9 @@ See the POSIX mkdir(2) documentation for more details.
25732577<!-- YAML
25742578added: v5.10.0
25752579changes:
2580+ - version: REPLACEME
2581+ pr-url: https://github.com/nodejs/node/pull/39028
2582+ description: The `prefix` parameter now accepts an empty string.
25762583 - version: v10.0.0
25772584 pr-url: https://github.com/nodejs/node/pull/12562
25782585 description: The `callback` parameter is no longer optional. Not passing
@@ -4505,6 +4512,10 @@ See the POSIX mkdir(2) documentation for more details.
45054512### ` fs .mkdtempSync (prefix[, options])`
45064513<!-- YAML
45074514added: 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.
45084519-->
45094520
45104521* ` prefix` {string}
You can’t perform that action at this time.
0 commit comments