*Update dist
This commit is contained in:
parent
d30528caa0
commit
9791e7c4a1
|
@ -14,6 +14,7 @@ class Peer extends peer_js_1.default {
|
||||||
}
|
}
|
||||||
async handleChannelOnOpen(m) {
|
async handleChannelOnOpen(m) {
|
||||||
await this._proxy.handleNewPeerChannel(this);
|
await this._proxy.handleNewPeerChannel(this);
|
||||||
|
this._proxy.emit("peerOpen", this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exports.default = Peer;
|
exports.default = Peer;
|
||||||
|
|
Loading…
Reference in New Issue