mirror of
https://github.com/logseq/logseq.git
synced 2026-06-02 19:31:24 +00:00
restore get-local-dir for path debug
This commit is contained in:
@@ -333,10 +333,7 @@
|
||||
|
||||
(defn get-local-dir
|
||||
[s]
|
||||
(if-not (mobile-util/is-native-platform?)
|
||||
(string/replace s local-db-prefix "")
|
||||
(-> (util/node-path.name s)
|
||||
(string/replace "%20" " "))))
|
||||
(string/replace s local-db-prefix ""))
|
||||
|
||||
(defn get-local-repo
|
||||
[dir]
|
||||
|
||||
Reference in New Issue
Block a user