From 49a7962d58f86f1deb5a78b840666edf9a7ed9a3 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 10 Aug 2021 23:43:23 +0200 Subject: [PATCH] doc: fix `fs.rmdir` `recursive` option deprecation history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39728 Refs: https://github.com/nodejs/node/pull/35579 Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- doc/api/fs.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index f20838d0f89b9f..182ff873f106df 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1055,6 +1055,9 @@ Renames `oldPath` to `newPath`.