Skip to content

Commit 5a3e12b

Browse files
amcaseytargos
authored andcommitted
doc: update fs.l/statSync API history for throwIfNoEntry
PR-URL: #36882 Backport-PR-URL: #36921 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 5e77bcd commit 5a3e12b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/fs.md

+8
Original file line numberDiff line numberDiff line change
@@ -2546,6 +2546,10 @@ not the file that it refers to.
25462546
<!-- YAML
25472547
added: v0.1.30
25482548
changes:
2549+
- version: REPLACEME
2550+
pr-url: https://github.com/nodejs/node/pull/33716
2551+
description: Accepts a `throwIfNoEntry` option to specify whether
2552+
an exception should be thrown if the entry does not exist.
25492553
- version: v10.5.0
25502554
pr-url: https://github.com/nodejs/node/pull/20220
25512555
description: Accepts an additional `options` object to specify whether
@@ -3754,6 +3758,10 @@ Stats {
37543758
<!-- YAML
37553759
added: v0.1.21
37563760
changes:
3761+
- version: REPLACEME
3762+
pr-url: https://github.com/nodejs/node/pull/33716
3763+
description: Accepts a `throwIfNoEntry` option to specify whether
3764+
an exception should be thrown if the entry does not exist.
37573765
- version: v10.5.0
37583766
pr-url: https://github.com/nodejs/node/pull/20220
37593767
description: Accepts an additional `options` object to specify whether

0 commit comments

Comments
 (0)