d
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user