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

fixup! fix(ios): handle ios indexedDB preload

Andelf 3 жил өмнө
parent
commit
628ee9e735

+ 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?)