*Update dist
This commit is contained in:
parent
7730595b48
commit
a24a0414ce
|
@ -55,7 +55,9 @@ class HandshakeProxy extends libhyperproxy_1.Proxy {
|
||||||
createServer: libhyperproxy_1.createServer,
|
createServer: libhyperproxy_1.createServer,
|
||||||
createSocket: libhyperproxy_1.createSocket,
|
createSocket: libhyperproxy_1.createSocket,
|
||||||
});
|
});
|
||||||
this._node.http.http.listen = (port, host, cb) => cb();
|
if (this?._node?.http?.http?.listen) {
|
||||||
|
this._node.http.http.listen = (port, host, cb) => cb();
|
||||||
|
}
|
||||||
await this._node.open();
|
await this._node.open();
|
||||||
this._node.pool.connected = true;
|
this._node.pool.connected = true;
|
||||||
this._node.startSync();
|
this._node.startSync();
|
||||||
|
|
Loading…
Reference in New Issue