mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 06:28:20 +02:00
🐛 Fix incorrect change detection on srepl helper process-file
This commit is contained in:
parent
39cb4a081b
commit
e8a1c58c5d
2 changed files with 1 additions and 4 deletions
|
@ -168,7 +168,7 @@
|
|||
(update-fn file libs opts)
|
||||
(update-fn file opts))]
|
||||
|
||||
(when (and (some? file)
|
||||
(when (and (some? file')
|
||||
(not (identical? file file')))
|
||||
(when validate? (cfv/validate-file-schema! file'))
|
||||
(let [file' (update file' :revn inc)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue