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
commit eda11cfc08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}