Inform that the user that config keys are missing (#880)
This commit is contained in:
parent
aabca7ebff
commit
eda11cfc08
2 changed files with 6 additions and 5 deletions
|
|
@ -214,5 +214,5 @@ export class Initializer {
|
|||
resolve();
|
||||
}
|
||||
}
|
||||
private initPromise: Promise<void>;
|
||||
private initPromise: Promise<void> | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue