Skip to content

Commit 20da17d

Browse files
authored
fixup! test: add comment
1 parent f6526f7 commit 20da17d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-vfs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ common.expectWarning(
3939
process.on('warning', common.mustCall());
4040

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

0 commit comments

Comments
 (0)