0
Fork 0
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:
alonso.torres 2023-01-25 13:20:06 +01:00
parent a09198b46e
commit a56a9868dc

View file

@ -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"