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