fix config not loading correctly anymore
This commit is contained in:
@@ -240,7 +240,7 @@ async function loadApp() {
|
||||
let configJson;
|
||||
let configError;
|
||||
try {
|
||||
configJson = getVectorConfig();
|
||||
configJson = await getVectorConfig();
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user