mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -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"
|
(l/error :hint "psql exception"
|
||||||
:error-message (ex-message error)
|
:error-message (ex-message error)
|
||||||
:error-id (str (:id cdata))
|
:error-id (str (:id cdata))
|
||||||
:sql-state state)
|
:sql-state state
|
||||||
|
:cause error)
|
||||||
|
|
||||||
(cond
|
(cond
|
||||||
(= state "57014")
|
(= state "57014")
|
||||||
|
|
Loading…
Add table
Reference in a new issue