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:
parent
4e271603c2
commit
594bceff77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue