This commit is contained in:
2023-08-31 17:39:10 +08:00
parent c0c4d333da
commit f279635e08

View File

@@ -419,7 +419,7 @@ func ParseRawMsg2Html(w http.ResponseWriter, r *http.Request) {
return
}
if !exist {
err = errors.New(string(out))
err = errors.New(string(strings.ReplaceAll(string(out), "\n", "")))
services.ResponseInternalServerError500ProcessError(w, err)
return
}