Skip to content

Commit 750c8b2

Browse files
added more context to error
1 parent 03f6477 commit 750c8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func Check(err error) {
3030
if err != nil {
3131
err = errors.Wrap(err, "")
3232
CaptureSentryException(err)
33-
log.Fatalf("%+v", err)
33+
log.Fatalf("FATAL ERROR: %+v", err)
3434
}
3535
}
3636

0 commit comments

Comments
 (0)