Skip to content

Commit

Permalink
doc: update fs.l/statSync API history for throwIfNoEntry
Browse files Browse the repository at this point in the history
PR-URL: #36882
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
amcasey authored and ruyadorno committed Jan 21, 2021
1 parent 70cd43c commit 82eccdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2568,6 +2568,10 @@ not the file that it refers to.
<!-- YAML
added: v0.1.30
changes:
- version: v15.3.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.
- version: v10.5.0
pr-url: https://github.com/nodejs/node/pull/20220
description: Accepts an additional `options` object to specify whether
Expand Down Expand Up @@ -3813,6 +3817,10 @@ Stats {
<!-- YAML
added: v0.1.21
changes:
- version: v15.3.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.
- version: v10.5.0
pr-url: https://github.com/nodejs/node/pull/20220
description: Accepts an additional `options` object to specify whether
Expand Down

0 comments on commit 82eccdd

Please sign in to comment.