"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 {
|
try {
|
||||||
loadFuzzy();
|
await loadFuzzy();
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.warn(e+'');
|
console.warn(e+'');
|
||||||
someError = true;
|
someError = true;
|
||||||
|
|
Loading…
Reference in New Issue