update files

This commit is contained in:
nuintun 2016-01-14 11:12:30 +08:00
parent 576a5c1abe
commit 01ab04ef8a

View File

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