Skip to content

Commit

Permalink
less bubbletea
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Sep 19, 2024
1 parent cff33b8 commit ff8dc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/progress/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ func AddStep(message string) {
}

func CompleteStep(message string) {

Check failure on line 199 in internal/progress/message.go

View workflow job for this annotation

GitHub Actions / build

unnecessary leading newline (whitespace)

if !CanRunBubbleTea {
fmt.Println(renderMessage)

Check failure on line 202 in internal/progress/message.go

View workflow job for this annotation

GitHub Actions / build

printf: fmt.Println arg renderMessage is a func value, not called (govet)
return
}

Progress.Send(completeStep{
message: message,
})
Expand Down

0 comments on commit ff8dc62

Please sign in to comment.