We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1395256 commit 715e3c6Copy full SHA for 715e3c6
test/parallel/test-fs-filehandle.js
@@ -31,6 +31,6 @@ common.expectWarning({
31
]
32
});
33
34
-gc(); // eslint-disable-line no-undef
+global.gc();
35
36
setTimeout(() => {}, 10);
0 commit comments