v0.0.621
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m34s

This commit is contained in:
2026-01-08 23:04:46 +01:00
parent 4bebc9ea38
commit a032d09ea2
2 changed files with 4 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ func Wrap(w *GinWrapper, fn WHandlerFunc) gin.HandlerFunc {
Strs("errors", g.Errors.Errors()). Strs("errors", g.Errors.Errors()).
Stack(). Stack().
Print(g) Print(g)
g.Status(500)
} }
} }
} }

View File

@@ -1,5 +1,5 @@
package goext 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"