1
0
espelhamento de https://github.com/astaxie/beego.git sincronizado 2025-07-17 18:52:16 +00:00
Esse commit está contido em:
astaxie
2015-05-05 21:36:31 +08:00
commit 47be2fadb5

Ver arquivo

@@ -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)
}