mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
@@ -61,7 +61,7 @@ Emulator.prototype.stop = function (){
|
||||
if (this.thread) {
|
||||
threadKill(this.thread.pid);
|
||||
} else {
|
||||
context.emit('close', 0);
|
||||
this.emit('close', 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user