Skip to content

Commit

Permalink
fixup! test: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Oct 22, 2022
1 parent 20da17d commit 074c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-vfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ common.expectWarning(
process.on('warning', common.mustCall());

const originalStat = Module._stat;
TODO(aduh95): We'd like to have a better way to achieve this without monkey-patching.
// TODO(aduh95): We'd like to have a better way to achieve this without monkey-patching.
Module._stat = function(filename) {
if (!filename.startsWith(process.execPath)) {
return originalStat(filename);
Expand Down

0 comments on commit 074c8dd

Please sign in to comment.