mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05: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…
Reference in a new issue