fix config not loading correctly anymore

This commit is contained in:
Bruno Windels 2018-09-05 16:38:00 +02:00
parent 8639b2858b
commit d10fda36af

View file

@ -240,7 +240,7 @@ async function loadApp() {
let configJson;
let configError;
try {
configJson = getVectorConfig();
configJson = await getVectorConfig();
} catch (e) {
configError = e;
}