This commit is contained in:
Rizky 2024-08-19 20:08:58 +07:00
parent 9a562eeb76
commit cd856a75f3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const startMain = () => {
if (message === "restart") { if (message === "restart") {
setTimeout(() => { setTimeout(() => {
subprocess.kill(); subprocess.kill();
}, 1000); }, 5000);
main.process = startMain(); main.process = startMain();
} }
}, },