0
Fork 0
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:
Andrey Antukh 2021-05-28 08:32:30 +02:00
parent f47bb6bcd0
commit ac41ed1af4

View file

@ -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")