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

fix(mobile): log print error instead of js/alert

Avoid annoying javascript alert window
llcc 3 жил өмнө
parent
commit
dd48d264e9

+ 1 - 1
src/main/frontend/fs/capacitor_fs.cljs

@@ -208,7 +208,7 @@
                                     :encoding (.-UTF8 Encoding)}))]
          content)
        (p/catch (fn [error]
-                  (js/alert error))))))
+                  (log/error :read-file-failed error))))))
   (delete-file! [_this repo dir path {:keys [ok-handler error-handler]}]
     (let [path (get-file-path dir path)]
       (p/catch