Skip to content

Commit 32fe154

Browse files
committed
squash! more lint
1 parent 6bc42e2 commit 32fe154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node-api/test_buffer/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const tick = require('util').promisify(require('../../common/tick'));
3030
// store is reclaimed; at least some of the time it happens even before
3131
// calling gc().
3232
let sab = binding.newExternalSharedArrayBuffer();
33-
sab = null;
33+
sab = null; // eslint-disable-line no-unused-vars
3434
global.gc();
3535
await tick(10);
3636
console.log('gc3');

0 commit comments

Comments
 (0)