We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fstat
fstatSync
1 parent 2b21a31 commit 49abda7Copy full SHA for 49abda7
benchmark/fs/bench-statSync.js
@@ -21,6 +21,6 @@ function main({ n, statSyncType }) {
21
}
22
bench.end(n);
23
24
- if (statSyncType === 'fstat')
+ if (statSyncType === 'fstatSync')
25
fs.closeSync(arg);
26
0 commit comments