We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b008e commit 86a9b46Copy full SHA for 86a9b46
1 file changed
e2core/server/handlers.go
@@ -106,7 +106,7 @@ func (s *Server) executePluginByRefHandler(l zerolog.Logger) echo.HandlerFunc {
106
}
107
108
if err := s.dispatcher.Execute(seq); err != nil {
109
- return echo.NewHTTPError(http.StatusInternalServerError, "failed to execute plugin")
+ return echo.NewHTTPError(http.StatusInternalServerError, "failed to execute plugin").SetInternal(err)
110
111
112
// handle any response headers that were set by the Runnables.
0 commit comments