Skip to content

Commit

Permalink
NotifyOnPanic panics when n.SendNotice returns an error - Fixes airbr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Okola committed Dec 12, 2024
1 parent 1f7f2f4 commit c7288e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (n *Notifier) NotifyOnPanic() {
"SendNotice failed reporting notice=%q: %s",
notice, err,
)
return
panic(v)
}

panic(v)
Expand Down

0 comments on commit c7288e8

Please sign in to comment.