fix display disconnect screen
This commit is contained in:
parent
89ad54ba95
commit
b26773ca01
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class CustomChannelClient extends EventEmitter {
|
|||
|
||||
end (reason) {
|
||||
this._endReason = reason
|
||||
this.emit('end', this._endReason || 'unknown')
|
||||
}
|
||||
|
||||
write (name, params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue