fix #443
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment