Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
motm32 committed Dec 5, 2024
1 parent 9164157 commit 8ecfb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/azure/AzureResourceTreeDataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class AzureResourceTreeDataProvider extends AzureResourceTreeDataProvider
return await element.getChildren();
} else {
const subscriptionProvider = await getAzureSubscriptionProvider(this);
// When a user is signed in 'OnGetChildrenBase' will return the no children
// When a user is signed in 'OnGetChildrenBase' will return no children
const children: ResourceGroupsItem[] = await OnGetChildrenBase(subscriptionProvider, this);

if (children.length === 0) {
Expand Down

0 comments on commit 8ecfb60

Please sign in to comment.