fixup! fix(ios): handle ios indexedDB preload

pull/6568/head
Andelf 2022-09-02 00:00:40 +08:00 committed by Tienson Qin
parent ba0a67ae05
commit 628ee9e735
1 changed files with 1 additions and 1 deletions

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