d
This commit is contained in:
@@ -419,7 +419,7 @@ func ParseRawMsg2Html(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !exist {
|
if !exist {
|
||||||
err = errors.New(string(out))
|
err = errors.New(string(strings.ReplaceAll(string(out), "\n", "")))
|
||||||
services.ResponseInternalServerError500ProcessError(w, err)
|
services.ResponseInternalServerError500ProcessError(w, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user