Revert "Revert "handle lightning-fs""

This reverts commit 840cb90ed5f0fc2704b80f975d08179050cee8b0.
This commit is contained in:
Konstantinos Kaloutas
2023-07-26 14:09:44 +03:00
committed by Tienson Qin
parent bffeddff4c
commit 46208a7753
6 changed files with 43 additions and 12 deletions

View File

@@ -127,7 +127,7 @@
[repo old-path new-path]
(let [new-path (gp-util/path-normalize new-path)]
(cond
; See https://github.com/isomorphic-git/lightning-fs/issues/41
; See https://github.com/isomorphic-git/lightning-fs/issues/41
(= old-path new-path)
(p/resolved nil)
@@ -187,7 +187,7 @@
(defn get-files
"List all files in the directory, recursively.
Wrap as {:path string :files []}, using relative path"
[dir]
(let [fs-record (get-native-backend)]