Skip to content

Commit

Permalink
🎨 pull all lipgloss assignments for CI round 4
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed May 20, 2024
1 parent 1c17c6c commit c7d0ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskin.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (task *Task) Progress(current, total int) {
func (r *Runners) Run() error {
m := &Model{Runners: *r, Shutdown: false, ShutdownError: nil}
if IsCI() {
program = tea.NewProgram(m, tea.WithInput(nil), tea.WithOutput(os.Stdout))
program = tea.NewProgram(m, tea.WithoutSignals(), tea.WithoutSignalHandler())
} else {
program = tea.NewProgram(m, tea.WithInput(nil))
}
Expand Down

0 comments on commit c7d0ecc

Please sign in to comment.