mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Decouple file validation from file schema validation
This commit is contained in:
parent
d5e3cba92c
commit
936fb2b6f1
@ -486,6 +486,5 @@
|
||||
all contents of a file. Returns a list of errors."
|
||||
[file libraries]
|
||||
(binding [*errors* (volatile! [])]
|
||||
(validate-file-schema! file)
|
||||
(validate-file! file libraries)
|
||||
(deref *errors*)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user