Skip to content

Commit

Permalink
Update test/fixtures/nodejsGH-54265/require-hook.js
Browse files Browse the repository at this point in the history
Co-authored-by: James M Snell <[email protected]>
  • Loading branch information
H4ad and jasnell authored Aug 13, 2024
1 parent 27e30ea commit 44e8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/GH-54265/require-hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const originalJSLoader = Module._extensions[".js"];
Module._extensions[".js"] = function customJSLoader(module, filename) {
requireDep2();
return originalJSLoader(module, filename);
};
};

0 comments on commit 44e8eb1

Please sign in to comment.