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 b29bb10 commit bfed127Copy full SHA for bfed127
test/node-api/test_buffer/test.js
@@ -32,7 +32,7 @@ const tick = util.promisify(require('../../common/tick'));
32
// calling gc().
33
let sab = binding.newExternalSharedArrayBuffer();
34
assert(util.types.isSharedArrayBuffer(sab));
35
- sab = null; // eslint-disable-line no-unused-vars
+ sab = null;
36
global.gc();
37
await tick(10);
38
console.log('gc3');
0 commit comments