Skip to content

Commit

Permalink
Don't run child processes detached from the parent
Browse files Browse the repository at this point in the history
So that killing the parent kills all children
  • Loading branch information
airhorns committed Sep 7, 2023
1 parent 86d7024 commit edb66fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Supervisor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class Supervisor extends EventEmitter {
WDS_EXTENSIONS: this.project.config.extensions.join(","),
},
stdio: stdio,
detached: true,
});

if (this.options.terminalCommands) {
Expand Down

0 comments on commit edb66fb

Please sign in to comment.