mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
✨ Add minor logging improvement on binfile
This commit is contained in:
parent
b53f7eaa19
commit
a3f3e31c73
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@
|
||||||
index index]
|
index index]
|
||||||
(if-let [id (first items)]
|
(if-let [id (first items)]
|
||||||
(let [new-id (if (::overwrite? *options*) id (uuid/next))]
|
(let [new-id (if (::overwrite? *options*) id (uuid/next))]
|
||||||
(l/debug :fn "update-index" :id id :new-id new-id ::l/sync? true)
|
(l/trc :fn "update-index" :id id :new-id new-id ::l/sync? true)
|
||||||
(recur (rest items)
|
(recur (rest items)
|
||||||
(assoc index id new-id)))
|
(assoc index id new-id)))
|
||||||
index)))
|
index)))
|
||||||
|
|
Loading…
Reference in a new issue