Skip to content

Commit 94bb5ea

Browse files
author
bcoe
committed
chore: address merge conflicts
1 parent e885bbe commit 94bb5ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,11 +2671,11 @@ changes:
26712671
description: Runtime deprecation.
26722672
-->
26732673

2674-
Type: Documentation-only
2674+
Type: Runtime
26752675

26762676
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.
2677+
if `path` does not exist or is a file.
2678+
Use `fs.rm(path, { recursive: true, force: true })` instead.
26792679

26802680
[Legacy URL API]: url.md#url_legacy_url_api
26812681
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf

0 commit comments

Comments
 (0)