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

Avoid annoying javascript alert window
pull/4418/head
llcc 2022-02-28 15:06:36 +08:00 committed by Andelf
parent a816143235
commit dd48d264e9
1 changed files with 1 additions and 1 deletions

View File

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