mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
Merge branch 'master' into greenkeeper-react-dom-15.3.1
This commit is contained in:
commit
58a4f7c45f
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ module.exports = class Session extends EventEmitter {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.pty.stdout.on('data', (data) => {
|
this.pty.stdout.on('data', (data) => {
|
||||||
|
if (this.ended) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this.emit('data', data.toString('utf8'));
|
this.emit('data', data.toString('utf8'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue