Skip to content

Commit

Permalink
Switches to allSettled for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Sep 5, 2022
1 parent 04666c2 commit 28c993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/gitProviderService.ts
Expand Up @@ -814,7 +814,7 @@ export class GitProviderService implements Disposable {
}
}

await Promise.all([
await Promise.allSettled([
setContext(ContextKeys.HasRemotes, hasRemotes),
setContext(ContextKeys.HasRichRemotes, hasRichRemotes),
setContext(ContextKeys.HasConnectedRemotes, hasConnectedRemotes),
Expand Down

0 comments on commit 28c993c

Please sign in to comment.