restore get-local-dir for path debug

This commit is contained in:
leizhe
2021-11-25 10:03:23 +08:00
parent 62a8ed8ff4
commit 718b7ff701

View File

@@ -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]