mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user