mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-19 11:29:17 +00:00
Make XML feel special too
This commit is contained in:
parent
032ed2b945
commit
8d561f952f
|
@ -21,7 +21,7 @@ def parse_document(text) do
|
|||
doc
|
||||
catch
|
||||
:exit, _error ->
|
||||
Logger.debug("Couldn't parse xml: #{inspect(text)}")
|
||||
Logger.debug("Couldn't parse XML: #{inspect(text)}")
|
||||
:error
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue