Skip to content

Commit

Permalink
always kill process group, even in default command case
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-figma committed Jan 13, 2025
1 parent c6b9b78 commit 8b169ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/ibazel/command/default_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ func DefaultCommand(startupArgs []string, bazelArgs []string, target string, arg
}

func (c *defaultCommand) Terminate() {
if !c.IsSubprocessRunning() {
c.pg = nil
return
}
c.termSync.Do(func() {
terminate(c.pg)
})
Expand Down

0 comments on commit 8b169ec

Please sign in to comment.