We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7825be commit 5a3a612Copy full SHA for 5a3a612
src/init/RootContainerInitializer.ts
@@ -38,6 +38,7 @@ export class RootContainerInitializer extends Initializer {
38
*/
39
protected async hasRootContainer(): Promise<boolean> {
40
try {
41
+ this.logger.debug(`Checking for root container at ${this.baseId.path}`);
42
const result = await this.store.getRepresentation(this.baseId, {});
43
this.logger.debug(`Existing root container found at ${this.baseId.path}`);
44
result.data.destroy();
0 commit comments