Skip to content

Commit d10fda3

Browse files
committed
fix config not loading correctly anymore
1 parent 8639b28 commit d10fda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async function loadApp() {
240240
let configJson;
241241
let configError;
242242
try {
243-
configJson = getVectorConfig();
243+
configJson = await getVectorConfig();
244244
} catch (e) {
245245
configError = e;
246246
}

0 commit comments

Comments
 (0)