summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2020-11-15 20:20:57 -0800
committerBeth Griggs <bgriggs@redhat.com>2020-12-15 20:15:23 +0000
commitd27e56356bb62bacf74965e441030faeeec2b24c (patch)
tree8c9225b282fcded1bd20cf7083144253084c885b
parent5c81a1071e2991c527b6d0c07d41a90e35d88718 (diff)
downloadnode-new-d27e56356bb62bacf74965e441030faeeec2b24c.tar.gz
fs: remove experimental from promises.rmdir recursive
This was missed in commit 35b17d9abd123853a8e035ca7bc185f7e942d73b. Refs: https://github.com/nodejs/node/issues/34278 Refs: https://github.com/nodejs/node/pull/35171 Signed-off-by: Anders Kaseorg <andersk@mit.edu> PR-URL: https://github.com/nodejs/node/pull/36131 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--doc/api/fs.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index b237062686..57988b29bf 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -5494,8 +5494,6 @@ changes:
now supported.
-->
-> Stability: 1 - Recursive removal is experimental.
-
* `path` {string|Buffer|URL}
* `options` {Object}
* `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or