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 acda6f4 commit 4ab3376Copy full SHA for 4ab3376
lib/net.js
@@ -1066,7 +1066,7 @@ function internalConnect(
1066
err = checkBindError(err, localPort, self._handle);
1067
if (err) {
1068
const ex = new ExceptionWithHostPort(err, 'bind', localAddress, localPort);
1069
- process.nextTick(() => self.destroy(ex));
+ self.destroy(ex);
1070
return;
1071
}
1072
0 commit comments