Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! permission: ignore internalModuleStat on module loading
  • Loading branch information
RafaelGSS committed Nov 9, 2024
commit 85709c20d7482987f5bcd309e706994dae05d169
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);
}
Loading