fix config not loading correctly anymore
This commit is contained in:
parent
8639b2858b
commit
d10fda36af
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ async function loadApp() {
|
|||
let configJson;
|
||||
let configError;
|
||||
try {
|
||||
configJson = getVectorConfig();
|
||||
configJson = await getVectorConfig();
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue