*Update dist
This commit is contained in:
parent
9a73a2625a
commit
8734d8180c
|
@ -21,7 +21,7 @@ class Socket extends streamx_1.Duplex {
|
||||||
if (!type) {
|
if (!type) {
|
||||||
throw Error("invalid remoteAddress");
|
throw Error("invalid remoteAddress");
|
||||||
}
|
}
|
||||||
this.remoteFamily = type === 6 ? IPV4 : IPV6;
|
this.remoteFamily = type === 6 ? IPV6 : IPV4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_connecting;
|
_connecting;
|
||||||
|
|
Loading…
Reference in New Issue