mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 09:21:30 +02:00
* Move to uuid vs node-uuid
* Use uuid-parse for to/from string
This commit is contained in:
parent
541489acb0
commit
690d148ad5
6 changed files with 15 additions and 12 deletions
|
@ -49,7 +49,9 @@ class TelnetClientConnection extends EventEmitter {
|
|||
|
||||
// client may have bailed
|
||||
if(_.has(this, 'client.term.output')) {
|
||||
this.client.term.output.unpipe(this.bridgeConnection);
|
||||
if(this.bridgeConnection) {
|
||||
this.client.term.output.unpipe(this.bridgeConnection);
|
||||
}
|
||||
this.client.term.output.resume();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue