mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 06:36:10 +02:00
🐛 Fix unexpected value found on changes processing on components migration
This commit is contained in:
parent
08166bcebf
commit
80bb689554
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@
|
||||||
|
|
||||||
(if-not *skip-on-error*
|
(if-not *skip-on-error*
|
||||||
(throw cause)
|
(throw cause)
|
||||||
fdata))
|
nil))
|
||||||
(finally
|
(finally
|
||||||
(l/trc :hint "graphic processed"
|
(l/trc :hint "graphic processed"
|
||||||
:file-id (str (:id fdata))
|
:file-id (str (:id fdata))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue