We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b135612 commit 69a23d7Copy full SHA for 69a23d7
1 file changed
test/parallel/test-vfs.js
@@ -39,6 +39,7 @@ common.expectWarning(
39
process.on('warning', common.mustCall());
40
41
const originalStat = Module._stat;
42
+TODO(aduh95): We'd like to have a better way to achieve this without monkey-patching.
43
Module._stat = function(filename) {
44
if (!filename.startsWith(process.execPath)) {
45
return originalStat(filename);
0 commit comments