X Tutup
The Wayback Machine - https://web.archive.org/web/20211201181026/https://github.com/nodejs/node/commit/5a3e12b1ee
Skip to content
Permalink
Browse files
doc: update fs.l/statSync API history for throwIfNoEntry
PR-URL: #36882
Backport-PR-URL: #36921
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
amcasey authored and targos committed Apr 26, 2021
1 parent 5e77bcd commit 5a3e12b1eeeb73981ef90c5ad5302338c600aee8
Showing with 8 additions and 0 deletions.
  1. +8 −0 doc/api/fs.md
@@ -2546,6 +2546,10 @@ not the file that it refers to.
<!-- YAML
added: v0.1.30
changes:
- version: REPLACEME
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
@@ -3754,6 +3758,10 @@ Stats {
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
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

0 comments on commit 5a3e12b

Please sign in to comment.
X Tutup