Skip to content

Commit 82eccdd

Browse files
amcaseyruyadorno
authored andcommitted
doc: update fs.l/statSync API history for throwIfNoEntry
PR-URL: #36882 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 70cd43c commit 82eccdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: doc/api/fs.md

+8
Original file line numberDiff line numberDiff line change
@@ -2568,6 +2568,10 @@ not the file that it refers to.
25682568
<!-- YAML
25692569
added: v0.1.30
25702570
changes:
2571+
- version: v15.3.0
2572+
pr-url: https://github.com/nodejs/node/pull/33716
2573+
description: Accepts a `throwIfNoEntry` option to specify whether
2574+
an exception should be thrown if the entry does not exist.
25712575
- version: v10.5.0
25722576
pr-url: https://github.com/nodejs/node/pull/20220
25732577
description: Accepts an additional `options` object to specify whether
@@ -3813,6 +3817,10 @@ Stats {
38133817
<!-- YAML
38143818
added: v0.1.21
38153819
changes:
3820+
- version: v15.3.0
3821+
pr-url: https://github.com/nodejs/node/pull/33716
3822+
description: Accepts a `throwIfNoEntry` option to specify whether
3823+
an exception should be thrown if the entry does not exist.
38163824
- version: v10.5.0
38173825
pr-url: https://github.com/nodejs/node/pull/20220
38183826
description: Accepts an additional `options` object to specify whether

0 commit comments

Comments
 (0)