parent
0483c27c94
commit
10ad05f1da
|
@ -255,10 +255,6 @@ class Message extends Client {
|
||||||
public send(data: any) {
|
public send(data: any) {
|
||||||
this._send?.({ action: "send", args: [data] });
|
this._send?.({ action: "send", args: [data] });
|
||||||
}
|
}
|
||||||
|
|
||||||
public destroy(error: Error) {
|
|
||||||
this._send?.({ action: "destroy", args: [error] });
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const createChannel = factory<Channel>(Channel, MODULE);
|
const createChannel = factory<Channel>(Channel, MODULE);
|
||||||
|
|
Loading…
Reference in New Issue