Skip to content
Prev Previous commit
Next Next commit
squash! more lint
  • Loading branch information
bnoordhuis committed Apr 7, 2026
commit 32fe1543c19728844e5cbc752cbc2fce6db44c5c
2 changes: 1 addition & 1 deletion test/node-api/test_buffer/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const tick = require('util').promisify(require('../../common/tick'));
// store is reclaimed; at least some of the time it happens even before
// calling gc().
let sab = binding.newExternalSharedArrayBuffer();
Comment thread
bnoordhuis marked this conversation as resolved.
sab = null;
sab = null; // eslint-disable-line no-unused-vars
global.gc();
await tick(10);
console.log('gc3');
Expand Down
Loading