XML: handle erlang errors too
This commit is contained in:
parent
dca1d6d162
commit
aaa81d3540
@ -32,6 +32,10 @@ defmodule Pleroma.Web.XML do
|
||||
:exit, _error ->
|
||||
Logger.debug("Couldn't parse XML: #{inspect(text)}")
|
||||
:error
|
||||
rescue
|
||||
e ->
|
||||
Logger.debug("Couldn't parse XML: #{inspect(text)}")
|
||||
:error
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user