🐛 Fix incorrect change detection on srepl helper process-file

This commit is contained in:
Andrey Antukh 2024-02-13 11:14:54 +01:00
parent 39cb4a081b
commit e8a1c58c5d
2 changed files with 1 additions and 4 deletions

View file

@ -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)]