Skip to content

Commit

Permalink
quickfix: panic handler output prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoCloud committed Aug 2, 2023
1 parent 31468ea commit 9ba4bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (e *Engine[T, K]) handler(params *qWebsocket.HandlerParams) {
return
}

os.Stderr.WriteString("\nproto panic: ")
// default recovery handler
switch val := pErr.(type) {
case error:
Expand Down

0 comments on commit 9ba4bc4

Please sign in to comment.