*Update dist

This commit is contained in:
Derrick Hammer 2023-02-24 23:51:59 -05:00
parent 9a73a2625a
commit 8734d8180c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/socket.js vendored
View File

@ -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;