Skip to content

Commit 8b03585

Browse files
amcaseyaduh95
authored andcommitted
doc: update fs.l/statSync API history for throwIfNoEntry
PR-URL: nodejs#36882 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 91c40b8 commit 8b03585

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)