0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

📎 Minor change on error reporter.

This commit is contained in:
Andrey Antukh 2021-01-22 14:36:02 +01:00 committed by Alonso Torres
parent 4e271603c2
commit 594bceff77

View file

@ -66,7 +66,7 @@
prefix (str/<< "Unhandled exception (@channel):\n"
"- host: `~(:host cfg/config)`\n"
"- version: `~(:full cfg/version)`")
text (str prefix "\n```" report "\n```")
text (str prefix "\n```\n" report "\n```")
rsp (http/send! {:uri uri
:method :post