Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Sep 22, 2024
1 parent f9fc716 commit 0ee26af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions runner/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,13 +540,6 @@ func (e *Engine) runBin() error {
go killFunc(cmd, killCh, processExit)
})

go func() {
_, _ = cmd.Process.Wait()
}()

go func() {
_, _ = cmd.Process.Wait()
}()
state, _ := cmd.Process.Wait()
close(processExit)
switch state.ExitCode() {
Expand Down

0 comments on commit 0ee26af

Please sign in to comment.