fix(mobile): safety path join for ios graph files fs operation

This commit is contained in:
charlie
2022-11-05 16:44:59 +08:00
committed by Tienson Qin
parent c58930b333
commit 5c39af2723

View File

@@ -388,7 +388,7 @@
(and (mobile-util/native-ios?) (local-db? repo-url))
(let [dir (get-repo-dir repo-url)]
(str dir relative-path))
(util/safe-path-join dir relative-path))
(and (mobile-util/native-android?) (local-db? repo-url))
(let [dir (get-repo-dir repo-url)