Skip to content

Commit 69a23d7

Browse files
committed
fixup! test: add comment
1 parent b135612 commit 69a23d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)