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