mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
🐛 Decouple file validation from file schema validation
This commit is contained in:
parent
d5e3cba92c
commit
936fb2b6f1
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue