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