Skip to content

Commit

Permalink
Merge pull request #382 from GordonFremen/panic-on-notifier-failure
Browse files Browse the repository at this point in the history
NotifyOnPanic panics when n.SendNotice returns an error
  • Loading branch information
thompiler authored Feb 11, 2025
2 parents 1f7f2f4 + 92d3c4e commit 3876330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ func (n *Notifier) NotifyOnPanic() {
"SendNotice failed reporting notice=%q: %s",
notice, err,
)
return
}

panic(v)
Expand Down

0 comments on commit 3876330

Please sign in to comment.