Fix stdio door exit
This commit is contained in:
parent
8c06325e63
commit
424aadbd40
|
@ -138,7 +138,7 @@ Door.prototype.run = function() {
|
||||||
|
|
||||||
// we may not get a close
|
// we may not get a close
|
||||||
if('stdio' === self.exeInfo.io) {
|
if('stdio' === self.exeInfo.io) {
|
||||||
return self.restoreIo(door);
|
self.restoreIo(door);
|
||||||
}
|
}
|
||||||
|
|
||||||
door.removeAllListeners();
|
door.removeAllListeners();
|
||||||
|
|
Loading…
Reference in New Issue