mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 05:38:42 +00:00
✨ Add missing console.log on zip export error reporting
This commit is contained in:
parent
344da75088
commit
24fc4d4d54
@ -447,8 +447,8 @@
|
||||
:mtype "application/zip"
|
||||
:description "Penpot export (*.zip)"
|
||||
:uri (wapi/create-uri export-blob)}))))
|
||||
(rx/catch
|
||||
(fn [err]
|
||||
(rx/of {:type :error
|
||||
(rx/catch (fn [err]
|
||||
(js/console.error err)
|
||||
(rx/of {:type :error
|
||||
:error (str err)
|
||||
:file-id (:id file)}))))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user