Skip to content

Commit

Permalink
Exit with an error when the request fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoalejo committed Nov 15, 2024
1 parent d1ceaa2 commit 9b8d58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func main() {

if err := run(ctx); err != nil {
telemetry.ReportError(ctx, err)
os.Exit(1)
}
}

Expand Down

0 comments on commit 9b8d58d

Please sign in to comment.