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 65d89fd commit 2344e3eCopy full SHA for 2344e3e
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