mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(fs): mock dir handling, fix e2e tests
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
files (mapv (fn [entry]
|
||||
(assoc entry :path (path/relative-path dir (:path entry))))
|
||||
files)]
|
||||
{:path dir :files files})))))
|
||||
{:path path :files files})))))
|
||||
|
||||
(defn get-files
|
||||
"List all files in the directory, recursively.
|
||||
|
||||
Reference in New Issue
Block a user