Skip to content

Commit

Permalink
Merge pull request #33 from mittwald/fix/32
Browse files Browse the repository at this point in the history
exit mittnite on unexpected errors
  • Loading branch information
elenz97 authored Aug 10, 2021
2 parents d3a6588 + 62caa5a commit c3f28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (r *Runner) Run(ctx context.Context) error {
// handle errors
case err := <-errChan:
log.Error(err)

return err
}
}
}

0 comments on commit c3f28c8

Please sign in to comment.