Skip to content

Commit

Permalink
revertme: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 30, 2023
1 parent cfbf1a6 commit d049e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/no-node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function createMockModuleSystem() {
previous = current;
current = path.dirname(current);
if (fs.existsSync(nodeModulesEntry)) {
console.log({ previous, current, nodeModulesEntry, identifier });
return require(nodeModulesEntry);
}
} while (previous !== current);
Expand Down

0 comments on commit d049e75

Please sign in to comment.