Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski committed Jun 28, 2024
1 parent 4203e3a commit 801d733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tree/azure/grouping/GroupingItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export class GroupingItem implements ResourceGroupsItem {

items.push(this.resourceItemFactory(resource, resourceItem, branchDataProvider, this, options));
} catch (e) {
ext.outputChannel.appendLog(`Error resolving resource item for ${resource.id}: ${e}`);
items.push(new InvalidAzureResourceItem(resource, e));
}
}));
Expand Down

0 comments on commit 801d733

Please sign in to comment.