Skip to content

Commit aa7c053

Browse files
theanarkhruyadorno
authored andcommitted
net: remove unused callback
PR-URL: #44204 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
1 parent 6bff14b commit aa7c053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ function internalConnect(
10181018
req.address = address;
10191019
req.oncomplete = afterConnect;
10201020

1021-
err = self._handle.connect(req, address, afterConnect);
1021+
err = self._handle.connect(req, address);
10221022
}
10231023

10241024
if (err) {

0 commit comments

Comments
 (0)