Skip to content

Commit

Permalink
fix exit code reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Nov 16, 2023
1 parent 060befe commit 665aaf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func runner(config *runConfig) *runOutput {
}
}

exitCode := -1
if cmd.ProcessState != nil {
exitCode = cmd.ProcessState.ExitCode()
}
Expand Down

0 comments on commit 665aaf7

Please sign in to comment.