Inform that the user that config keys are missing (#880)

This commit is contained in:
Timo
2023-02-09 12:57:54 +01:00
committed by GitHub
parent aabca7ebff
commit eda11cfc08
2 changed files with 6 additions and 5 deletions

View File

@@ -214,5 +214,5 @@ export class Initializer {
resolve();
}
}
private initPromise: Promise<void>;
private initPromise: Promise<void> | null;
}