v0.0.621
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m34s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m34s
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user