We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff644 commit ab1801bCopy full SHA for ab1801b
test/parallel/test-fs-filehandle.js
@@ -24,6 +24,6 @@ common.expectWarning(
24
common.noWarnCode
25
);
26
27
-gc(); // eslint-disable-line no-undef
+global.gc();
28
29
setTimeout(() => {}, 10);
0 commit comments