| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1529,11 +1529,10 @@ function hasNoEntryError(ctx) { | |||
| 1529 | 1529 | * @param {number} fd | |
| 1530 | 1530 | * @param {{ | |
| 1531 | 1531 | * bigint?: boolean; | |
| 1532 | - * throwIfNoEntry?: boolean; | ||
| 1533 | 1532 | * }} [options] | |
| 1534 | 1533 | * @returns {Stats} | |
| 1535 | 1534 | */ | |
| 1536 | - function fstatSync(fd, options = { bigint: false, throwIfNoEntry: true }) { | ||
| 1535 | + function fstatSync(fd, options = { bigint: false }) { | ||
| 1537 | 1536 | fd = getValidatedFd(fd); | |
| 1538 | 1537 | const ctx = { fd }; | |
| 1539 | 1538 | const stats = binding.fstat(fd, options.bigint, undefined, ctx); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments