fix
This commit is contained in:
parent
9a562eeb76
commit
cd856a75f3
|
|
@ -48,7 +48,7 @@ const startMain = () => {
|
|||
if (message === "restart") {
|
||||
setTimeout(() => {
|
||||
subprocess.kill();
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
main.process = startMain();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue