diff --git a/ginext/funcWrapper.go b/ginext/funcWrapper.go index 59d2623..83ba5c4 100644 --- a/ginext/funcWrapper.go +++ b/ginext/funcWrapper.go @@ -70,6 +70,8 @@ func Wrap(w *GinWrapper, fn WHandlerFunc) gin.HandlerFunc { Strs("errors", g.Errors.Errors()). Stack(). Print(g) + + g.Status(500) } } } diff --git a/goextVersion.go b/goextVersion.go index a8d750f..8ebde09 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.620" +const GoextVersion = "0.0.621" -const GoextVersionTimestamp = "2026-01-08T23:03:55+0100" +const GoextVersionTimestamp = "2026-01-08T23:04:46+0100"