Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Sep 10, 2024
1 parent 5bd358e commit b848e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/service/output/task_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewTaskOutput() (*tea.Program, TaskOutput) {
go func() {
_, e := p.Run()
if e != nil {
panic(e)
fmt.Println("Error: " + e.Error())
}
}()
return p, &m
Expand Down

0 comments on commit b848e12

Please sign in to comment.