python exe sometimes doesn't exit on macos, so use sigkill
This commit is contained in:
@@ -200,7 +200,7 @@ function quit() {
|
||||
|
||||
// kill python process
|
||||
if(exeChildProcess){
|
||||
exeChildProcess.kill();
|
||||
exeChildProcess.kill("SIGKILL");
|
||||
}
|
||||
|
||||
// quit electron app
|
||||
|
||||
Reference in New Issue
Block a user