update files

This commit is contained in:
nuintun 2016-01-13 18:09:58 +08:00
parent 12e9d713c5
commit 50cdfcd589

View File

@ -26,7 +26,7 @@ Emulator.prototype = {
},
stop: function (){
if (this.thread) {
this.thread.kill('SIGKILL');
this.exec('taskkill /t /f /pid ' + this.thread.pid);
['stdin', 'stdout', 'stderr'].forEach(function (stream){
this.thread[stream].removeAllListeners();