瀏覽代碼

fixup! fix(ios): handle ios indexedDB preload

Andelf 3 年之前
父節點
當前提交
628ee9e735
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/handler.cljs

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

@@ -214,7 +214,7 @@
           (state/set-repos! repos)
           (restore-and-setup! repos db-schema))
         (p/catch (fn [e]
-                   (js/console.error "Errow while restoring repos: " e)))
+                   (js/console.error "Error while restoring repos: " e)))
         (p/finally (fn []
                      (state/set-db-restoring! false))))
     (when (mobile-util/native-platform?)