Updated Executor and Runner

This commit is contained in:
Dunemask 2022-07-12 22:06:33 +00:00
parent 6386294887
commit 766610d14c
6 changed files with 8 additions and 3984 deletions

View file

@ -55,7 +55,7 @@ export default class Executor {
onClose() {
console.log("Server disconnected, terminating process.");
this.proc.kill("SIGINT");
this.proc.kill("SIGKILL");
}
onProcClose(code) {