Skip to content

Commit f40bbb2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)