Procházet zdrojové kódy

fixup! fix(ios): handle ios indexedDB preload

Andelf před 3 roky
rodič
revize
628ee9e735
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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?)