2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-03-18 15:30:38 +00:00
This commit is contained in:
2024-06-24 19:45:19 +03:00
parent b34d3e57bf
commit aa44f93972
5 changed files with 10 additions and 10 deletions

View File

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