Skip to content

Commit 7be8eeb

Browse files
committed
fix exit on error to allow custom exit codes to bubble up
1 parent 2d7e863 commit 7be8eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func main() {
244244
os.Exit(exitCode)
245245
} else {
246246
if !quiet {
247-
ErrorLogger.Fatalln(err.Error())
247+
ErrorLogger.Println(err.Error())
248248
}
249249

250250
if processTimedOut && timeoutExitCode != 0 {

0 commit comments

Comments
 (0)