We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e885bbe commit 94bb5eaCopy full SHA for 94bb5ea
1 file changed
doc/api/deprecations.md
@@ -2671,11 +2671,11 @@ changes:
2671
description: Runtime deprecation.
2672
-->
2673
2674
-Type: Documentation-only
+Type: Runtime
2675
2676
In future versions of Node.js, `fs.rmdir(path, { recursive: true })` will throw
2677
-on nonexistent paths, or when given a file as a target, use
2678
-`fs.rm(path, {recursive: true, force: true })` instead.
+if `path` does not exist or is a file.
+Use `fs.rm(path, { recursive: true, force: true })` instead.
2679
2680
[Legacy URL API]: url.md#url_legacy_url_api
2681
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
0 commit comments