mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
start fix lint warnings and tests
This commit is contained in:
@@ -514,8 +514,7 @@
|
||||
(let [path-string? (string? (first paths))
|
||||
f (if path-string?
|
||||
fs-util/include-reserved-chars?
|
||||
#(fs-util/include-reserved-chars? (-relative-path %)))
|
||||
reserved-paths (filter f paths)]
|
||||
#(fs-util/include-reserved-chars? (-relative-path %)))]
|
||||
(vec (remove f paths))))
|
||||
|
||||
(defn- diffs->filetxns
|
||||
|
||||
Reference in New Issue
Block a user