mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:28:25 +02:00
✨ Minor improvements on error reporting.
Add missing expound.
This commit is contained in:
parent
9f7a04e330
commit
110fb2e8db
4 changed files with 22 additions and 7 deletions
|
@ -180,7 +180,7 @@
|
|||
`(->> (ThreadContext/getImmutableContext)
|
||||
(send-off logging-agent
|
||||
(fn [_# cdata#]
|
||||
(with-context (into {:cause ~cause} cdata#)
|
||||
(with-context (into {} cdata#)
|
||||
(->> (or ~raw (build-map-message ~props))
|
||||
(write-log! ~logger-sym ~level-sym ~cause))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue