Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
22abe5a815
2 changed files with 2 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…
Add table
Add a link
Reference in a new issue