mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🐛 Fix error on thumbnail generation
This commit is contained in:
parent
a09198b46e
commit
a56a9868dc
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue