"Fixed some stability issues on startup and reload"
This commit is contained in:
parent
7f341a10d5
commit
d928ebde14
|
@ -844,7 +844,7 @@ export default Archivist;
|
|||
}
|
||||
|
||||
try {
|
||||
loadFuzzy();
|
||||
await loadFuzzy();
|
||||
} catch(e) {
|
||||
console.warn(e+'');
|
||||
someError = true;
|
||||
|
|
Loading…
Reference in New Issue