mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix incorrect params handling on exporter
that caused unexpected exception on multiple exports
This commit is contained in:
parent
acf0d02c5d
commit
22ca1ab5f9
@ -141,8 +141,8 @@
|
|||||||
|
|
||||||
proc (-> (p/do
|
proc (-> (p/do
|
||||||
(p/loop [exports (seq exports)]
|
(p/loop [exports (seq exports)]
|
||||||
(when-let [export (-> (first exports)
|
(when-let [export (some-> (first exports)
|
||||||
(assoc :skip-children skip-children))]
|
(assoc :skip-children skip-children))]
|
||||||
(p/do
|
(p/do
|
||||||
(rd/render export append)
|
(rd/render export append)
|
||||||
(p/recur (rest exports)))))
|
(p/recur (rest exports)))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user