1
0
Эх сурвалжийг харах

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

charlie 3 жил өмнө
parent
commit
cb307d3cec

+ 1 - 1
src/main/frontend/config.cljs

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