fixup! fix(ios): handle ios indexedDB preload

This commit is contained in:
Andelf
2022-09-02 00:00:40 +08:00
committed by Tienson Qin
parent ba0a67ae05
commit 628ee9e735

View File

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