Skip to content

Commit

Permalink
added more context to error
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Feb 27, 2025
1 parent edb39f6 commit 8921ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Check(err error) {
if err != nil {
err = errors.Wrap(err, "")
CaptureSentryException(err)
log.Fatalf("%+v", err)
log.Fatalf("FATAL ERROR: %+v", err)
}
}

Expand Down

0 comments on commit 8921ec7

Please sign in to comment.