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 20da17d commit 074c8ddCopy full SHA for 074c8dd
test/parallel/test-vfs.js
@@ -39,7 +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.
+// 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