This commit is contained in:
Burra Karthikeya 2026-03-31 00:18:41 -04:00 committed by GitHub
commit 736a2ca8a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,5 +16,8 @@ for (var i = 0; i < 1000; i++) {
});
write(socket);
});
socket.on('error', function(err) {
console.error('Socket error:', err.message);
});
})();
}