Skip to content

Commit

Permalink
- removed os.exit on failure to set GOMAXPROCS
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalvathreya committed Sep 9, 2024
1 parent ccc4d46 commit f8df35e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func main() {

if maxprocsError != nil {
log.Error(maxprocsError, "Failed to set GOMAXPROCS")

Check warning on line 85 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L84-L85

Added lines #L84 - L85 were not covered by tests
os.Exit(1)
}

if err := handle(ctx); err != nil {
Expand Down

0 comments on commit f8df35e

Please sign in to comment.