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 6bc42e2 commit 32fe154Copy full SHA for 32fe154
test/node-api/test_buffer/test.js
@@ -30,7 +30,7 @@ const tick = require('util').promisify(require('../../common/tick'));
30
// store is reclaimed; at least some of the time it happens even before
31
// calling gc().
32
let sab = binding.newExternalSharedArrayBuffer();
33
- sab = null;
+ sab = null; // eslint-disable-line no-unused-vars
34
global.gc();
35
await tick(10);
36
console.log('gc3');
0 commit comments