Skip to content

Commit

Permalink
fix error display
Browse files Browse the repository at this point in the history
  • Loading branch information
srzainab committed Oct 24, 2024
1 parent 9881950 commit 6b5f601
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/reconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export const Reconnect = async (

if (codeReviews.error) {
log.info(`Failed to reconnect`, module)
window.showInformationMessage(
`Pullflow: Failed to reconnect. Please check your internet connection and try again.`
)
StatusBar.update({ context, statusBar, state: StatusBarState.Error })
return
}

Expand Down

0 comments on commit 6b5f601

Please sign in to comment.