From b26773ca019708f5d969fc1413d6465e3f599b4e Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Fri, 13 Oct 2023 20:30:22 +0300 Subject: [PATCH] fix display disconnect screen --- src/customClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/customClient.js b/src/customClient.js index 9bdc725b..b0524533 100644 --- a/src/customClient.js +++ b/src/customClient.js @@ -53,6 +53,7 @@ class CustomChannelClient extends EventEmitter { end (reason) { this._endReason = reason + this.emit('end', this._endReason || 'unknown') } write (name, params) {