mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +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/ignore))))
|
||||
|
||||
(rx/empty)))))))))))
|
||||
(rx/empty))))
|
||||
(rx/catch #(do (.error js/console %)
|
||||
(rx/empty))))))))))
|
||||
|
||||
(defn- extract-frame-changes
|
||||
"Process a changes set in a commit to extract the frames that are changing"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user