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 f6526f7 commit 20da17dCopy full SHA for 20da17d
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