Fix stdio door exit

This commit is contained in:
Bryan Ashby
2016-06-21 09:02:06 -06:00
parent 8c06325e63
commit 424aadbd40

View File

@@ -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();