Compare commits

...

1 Commits

Author SHA1 Message Date
a032d09ea2 v0.0.621
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m34s
2026-01-08 23:04:46 +01:00
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()).
Stack().
Print(g)
g.Status(500)
}
}
}

View File

@@ -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"