update files

This commit is contained in:
nuintun 2016-01-14 11:04:48 +08:00
parent 1ac29f0627
commit 576a5c1abe

View File

@ -60,6 +60,8 @@ Emulator.prototype.start = function (){
Emulator.prototype.stop = function (){
if (this.thread) {
threadKill(this.thread.pid);
} else {
context.emit('close', 0);
}
};