Skip to content

Commit

Permalink
Improve unknown error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed Jun 1, 2022
1 parent 207ed54 commit bd3e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/presenters/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (RecodeViewableErrorBuilder) Build(err error) (viewableError *ViewableError
viewableError.Title = "Unknown error"
viewableError.Message = fmt.Sprintf(
"An unknown error occurred.\n\n"+
"You could try to fix it (using the details below) and rerun the command or open a new issue at: https://github.com/recode-sh/cli/issues/new\n\n"+
"You could try to fix it (using the details below) or open a new issue at: https://github.com/recode-sh/cli/issues/new\n\n"+
bold("%s"),
err.Error(),
)
Expand Down

0 comments on commit bd3e491

Please # to comment.