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 fc6f487 commit d081548Copy full SHA for d081548
lib/net.js
@@ -949,8 +949,8 @@ Socket.prototype.connect = function() {
949
// TODO(joyeecheung): use destructuring when V8 is fast enough
950
normalized = normalizeArgs(args);
951
}
952
- const options = normalized[0];
953
- const cb = normalized[1];
+ var options = normalized[0];
+ var cb = normalized[1];
954
955
if (this.write !== Socket.prototype.write)
956
this.write = Socket.prototype.write;
0 commit comments