Skip to content

Commit

Permalink
Fix status counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Aug 19, 2022
1 parent 7ecf067 commit 34d1941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termui/termui.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ func NewTermUI(noUI bool) *TermUI {
tasks: []*TaskState{},
running: false,
}
t.Statistics = newStatistics(t.app)
if noUI {
return t
}
t.app = tview.NewApplication()
t.Statistics = newStatistics(t.app)

//Logs stream

Expand Down

0 comments on commit 34d1941

Please sign in to comment.