Add tea comment and show comments of issues/pulls #313

Merged
6543 merged 10 commits from noerw/tea:issue-172-comments into master 2020-12-21 16:07:36 +00:00
Showing only changes of commit 1a84c22b86 - Show all commits

View File

@ -63,7 +63,7 @@ func runIssueDetail(cmd *cli.Context, index string) error {
if issue.Comments > 0 {
err = interact.ShowCommentsMaybeInteractive(ctx, idx, issue.Comments)
if err != nil {
fmt.Printf("error loading comments: %v\n", err)
return fmt.Errorf("error loading comments: %v\n", err)
}
}