mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 23:58:32 +02:00
✨ Add minor improvements for fdata logging
This commit is contained in:
parent
bd9874cf28
commit
7e803eeca8
3 changed files with 6 additions and 4 deletions
|
@ -62,6 +62,12 @@
|
|||
{:id id :file-id file-id}
|
||||
{::sql/columns [:content]
|
||||
::db/check-deleted false})]
|
||||
|
||||
(l/trc :hint "load pointer"
|
||||
:file-id (str file-id)
|
||||
:id (str id)
|
||||
:found (some? content))
|
||||
|
||||
(when-not content
|
||||
(ex/raise :type :internal
|
||||
:code :fragment-not-found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue