From d27e56356bb62bacf74965e441030faeeec2b24c Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 15 Nov 2020 20:20:57 -0800 Subject: [PATCH] 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 PR-URL: https://github.com/nodejs/node/pull/36131 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Ben Coe Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/fs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index b23706268604b6..57988b29bfcf02 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