Skip to content

Commit

Permalink
Update internal/app/pimo/play.go
Browse files Browse the repository at this point in the history
Co-authored-by: Youen Péron <youen.peron@cgi.com>
  • Loading branch information
adrienaury and youen authored Jun 15, 2023
1 parent ddfbeca commit f8ebdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/pimo/play.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func flowchart(ctx echo.Context) error {
// dont't panic
defer func() error {
if r := recover(); r != nil {
log.Error().AnErr("panic", r.(error)).Msg("Recovering from panic in play.")
log.Error().AnErr("panic", r.(error)).Msg("Recovering from panic in flow.")
return ctx.String(http.StatusInternalServerError, r.(error).Error())
}
return nil
Expand Down

0 comments on commit f8ebdb3

Please sign in to comment.