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 6201f23 commit 2bbf253Copy full SHA for 2bbf253
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