Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: update deprecation description
  • Loading branch information
LiviaMedeiros committed Apr 7, 2025
commit f9034bc72ee9a74f079c554f4d56633f5e5401fb
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3042,8 +3042,8 @@ changes:

Type: End-of-Life

In future versions of Node.js, `recursive` option will be ignored for
`fs.rmdir`, `fs.rmdirSync`, and `fs.promises.rmdir`.
`recursive` option is ignored for `fs.rmdir`, `fs.rmdirSync`,
and `fs.promises.rmdir`.

Use `fs.rm(path, { recursive: true, force: true })`,
`fs.rmSync(path, { recursive: true, force: true })` or
Expand Down