mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: CI
This commit is contained in:
@@ -59,9 +59,10 @@
|
||||
result (reduce (fn [acc line]
|
||||
(let [new-pos (+ acc (count line))]
|
||||
(if (>= new-pos pos)
|
||||
(reduced line)
|
||||
(reduced {:line line
|
||||
:start-pos acc})
|
||||
(inc new-pos)))) 0 lines)]
|
||||
(when (string? result)
|
||||
(when (map? result)
|
||||
result)))
|
||||
|
||||
(defn surround-by?
|
||||
|
||||
Reference in New Issue
Block a user