mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 06:38:20 +00:00
💄 Report file-id on file changes exception
This commit is contained in:
parent
96d6868b45
commit
1d5bad5523
@ -487,7 +487,9 @@
|
||||
(cts/shape? shape-new))
|
||||
(ex/raise :type :assertion
|
||||
:code :data-validation
|
||||
:hint "invalid shape found after applying changes"
|
||||
:hint (str "invalid shape found after applying changes on file "
|
||||
(:id data-new))
|
||||
:file-id (:id data-new)
|
||||
::sm/explain (cts/explain-shape shape-new))))))]
|
||||
|
||||
(->> (into #{} (map :page-id) items)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user