Skip to content

Commit 074c8dd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-vfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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.
42+
// TODO(aduh95): We'd like to have a better way to achieve this without monkey-patching.
4343
Module._stat = function(filename) {
4444
if (!filename.startsWith(process.execPath)) {
4545
return originalStat(filename);

0 commit comments

Comments
 (0)