Inform that the user that config keys are missing (#880)
This commit is contained in:
@@ -214,5 +214,5 @@ export class Initializer {
|
||||
resolve();
|
||||
}
|
||||
}
|
||||
private initPromise: Promise<void>;
|
||||
private initPromise: Promise<void> | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user