espelhamento de
https://github.com/astaxie/beego.git
sincronizado 2025-07-17 18:52:16 +00:00
fix #1143
Esse commit está contido em:
2
error.go
2
error.go
@@ -92,7 +92,7 @@ func showErr(err interface{}, ctx *context.Context, Stack string) {
|
||||
data["Stack"] = Stack
|
||||
data["BeegoVersion"] = VERSION
|
||||
data["GoVersion"] = runtime.Version()
|
||||
ctx.Output.SetStatus(500)
|
||||
ctx.ResponseWriter.WriteHeader(500)
|
||||
t.Execute(ctx.ResponseWriter, data)
|
||||
}
|
||||
|
||||
|
Referência em uma nova issue
Block a user