"Fixed some stability issues on startup and reload"

This commit is contained in:
Cris Stringfellow 2022-01-05 14:01:34 +08:00
parent 7f341a10d5
commit d928ebde14
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ export default Archivist;
}
try {
loadFuzzy();
await loadFuzzy();
} catch(e) {
console.warn(e+'');
someError = true;