mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 18:21:09 +00:00
🐛 Decouple file validation from file schema validation
This commit is contained in:
committed by
Andrés Moya
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*)))
|
||||
|
||||
Reference in New Issue
Block a user