mirror of
https://github.com/esiur/esiur-js.git
synced 2026-03-18 15:30:38 +00:00
fix
This commit is contained in:
@@ -607,7 +607,7 @@ export default class DistributedConnection extends IStore {
|
||||
this.#openReply?.triggerError(new AsyncException(ErrorType.Management, authPacket.errorCode, authPacket.message));
|
||||
this.#openReply = null;
|
||||
|
||||
var ex = AsyncException(ErrorType.Management, authPacket.errorCode,
|
||||
var ex = new AsyncException(ErrorType.Management, authPacket.errorCode,
|
||||
authPacket.message);
|
||||
|
||||
this._emit("error", this, ex);
|
||||
|
||||
Reference in New Issue
Block a user