0
Fork 0
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:
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" (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")