Skip to content

Commit 1fa5511

Browse files
authored
Fix call to initSite in SlotTreeItem (#4567)
1 parent dfcb568 commit 1fa5511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree/SlotTreeItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class SlotTreeItem extends SlotContainerTreeItemBase {
4444
}
4545

4646
public async initSite(context: IActionContext): Promise<void> {
47-
await this.initSite(context);
47+
await this.resolved.initSite(context);
4848
}
4949

5050
public get logStreamLabel(): string {

0 commit comments

Comments
 (0)