Skip to content

Commit

Permalink
fixup! fs: deprecate never throw behaviour in fs.existsSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceres6 committed Nov 6, 2024
1 parent 81cbcf2 commit ac72356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3766,11 +3766,11 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c
<!-- YAML
changes:
- version: REPLACEME
pr-url:
description: Documentation-only deprecation.
pr-url: https://github.com/nodejs/node/pull/55753
description: Runtime deprecation.
-->

Type: Documentation-only
Type: Runtime

Returning false on validation errors is deprecated.

Expand Down

0 comments on commit ac72356

Please sign in to comment.