Skip to content

Commit

Permalink
fixup! permission: ignore internalModuleStat on module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Nov 9, 2024
1 parent b416aa1 commit 85709c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-permission-fs-internal-module-stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ const internalFsBinding = internalBinding('fs');
for (let i = 0; i < 10_000; i++) {
// internalModuleStat does not use permission model.
// doesNotThrow
internalFsBinding.internalModuleStat(blockedFile);
internalFsBinding.internalModuleStat(internalFsBinding, blockedFile);
}

0 comments on commit 85709c2

Please sign in to comment.