Updated Executor and Runner
This commit is contained in:
parent
6386294887
commit
766610d14c
6 changed files with 8 additions and 3984 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue