mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
🐛 Fix typo on srepl/analyze-files helper
This commit is contained in:
parent
63e250d9d0
commit
d5d95a1328
@ -164,7 +164,7 @@
|
|||||||
ffeat/*wrap-with-pointer-map-fn*
|
ffeat/*wrap-with-pointer-map-fn*
|
||||||
(if (contains? (:features file) "storage/pointer-map") pmap/wrap identity)
|
(if (contains? (:features file) "storage/pointer-map") pmap/wrap identity)
|
||||||
ffeat/*wrap-with-objects-map-fn*
|
ffeat/*wrap-with-objects-map-fn*
|
||||||
(if (contains? (:features file) "storage/objectd-map") omap/wrap identity)]
|
(if (contains? (:features file) "storage/objects-map") omap/wrap identity)]
|
||||||
(try
|
(try
|
||||||
(on-file file)
|
(on-file file)
|
||||||
(catch Throwable cause
|
(catch Throwable cause
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user