mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
✨ Add missing cause prop on error loging.
This commit is contained in:
parent
f47bb6bcd0
commit
ac41ed1af4
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
|||
(l/error :hint "psql exception"
|
||||
:error-message (ex-message error)
|
||||
:error-id (str (:id cdata))
|
||||
:sql-state state)
|
||||
:sql-state state
|
||||
:cause error)
|
||||
|
||||
(cond
|
||||
(= state "57014")
|
||||
|
|
Loading…
Reference in a new issue