mirror of
https://github.com/penpot/penpot.git
synced 2026-08-30 00:29:17 +00:00
🐛 Fix error on thumbnail generation
This commit is contained in:
parent
a09198b46e
commit
a56a9868dc
@ -94,7 +94,9 @@
|
|||||||
(rx/catch #(rx/empty))
|
(rx/catch #(rx/empty))
|
||||||
(rx/ignore))))
|
(rx/ignore))))
|
||||||
|
|
||||||
(rx/empty)))))))))))
|
(rx/empty))))
|
||||||
|
(rx/catch #(do (.error js/console %)
|
||||||
|
(rx/empty))))))))))
|
||||||
|
|
||||||
(defn- extract-frame-changes
|
(defn- extract-frame-changes
|
||||||
"Process a changes set in a commit to extract the frames that are changing"
|
"Process a changes set in a commit to extract the frames that are changing"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user