mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
python exe sometimes doesn't exit on macos, so use sigkill
This commit is contained in:
parent
49bf112822
commit
45b52d5854
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ function quit() {
|
|||
|
||||
// kill python process
|
||||
if(exeChildProcess){
|
||||
exeChildProcess.kill();
|
||||
exeChildProcess.kill("SIGKILL");
|
||||
}
|
||||
|
||||
// quit electron app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue