338124e3 by astaxie

fix #443

1 parent 31bdb793
...@@ -71,6 +71,7 @@ func ShowErr(err interface{}, rw http.ResponseWriter, r *http.Request, Stack str ...@@ -71,6 +71,7 @@ func ShowErr(err interface{}, rw http.ResponseWriter, r *http.Request, Stack str
71 data["Stack"] = Stack 71 data["Stack"] = Stack
72 data["BeegoVersion"] = VERSION 72 data["BeegoVersion"] = VERSION
73 data["GoVersion"] = runtime.Version() 73 data["GoVersion"] = runtime.Version()
74 rw.WriteHeader(500)
74 t.Execute(rw, data) 75 t.Execute(rw, data)
75 } 76 }
76 77
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!