Skip to content

Commit

Permalink
Update test/fixtures/nodejsGH-54265/dep1.js
Browse files Browse the repository at this point in the history
Co-authored-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
H4ad and jasnell authored Aug 13, 2024
1 parent d3a2bce commit 699e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/GH-54265/dep1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// dep1.js
module.exports = function requireDep2() {
require("./dep2.js");
};
};

0 comments on commit 699e727

Please sign in to comment.