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()).
Stack().
Print(g)
g.Status(500)
}
}
}