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.
1 parent b416aa1 commit 85709c2Copy full SHA for 85709c2
test/parallel/test-permission-fs-internal-module-stat.js
@@ -18,5 +18,5 @@ const internalFsBinding = internalBinding('fs');
18
for (let i = 0; i < 10_000; i++) {
19
// internalModuleStat does not use permission model.
20
// doesNotThrow
21
- internalFsBinding.internalModuleStat(blockedFile);
+ internalFsBinding.internalModuleStat(internalFsBinding, blockedFile);
22
}
0 commit comments