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 jasnell committed Jan 14, 2021
1 parent 302060a commit 8f32733
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 @@ -2578,6 +2578,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 @@ -3823,6 +3827,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 8f32733

Please sign in to comment.