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 334a7aa commit 88f2bf8Copy full SHA for 88f2bf8
test/sequential/test-async-wrap-getasyncid.js
@@ -173,7 +173,7 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check
173
const tcp_wrap = process.binding('tcp_wrap');
174
const server = net.createServer(common.mustCall((socket) => {
175
server.close();
176
- socket.on('data', (x) => {
+ socket.on('data', () => {
177
socket.end();
178
socket.destroy();
179
});
0 commit comments