fix looping errors 2
This commit is contained in:
parent
8aac0b8bde
commit
4acf870e7b
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ export function loop_process(
|
|||
const kill_sig = channel<"kill">();
|
||||
kill_sig.receive().then(() => {
|
||||
control.do_continue = false;
|
||||
try {
|
||||
control.child_process?.kill();
|
||||
} catch (_) { /* isok */ }
|
||||
});
|
||||
async function launch() {
|
||||
while (control.do_continue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue