Skip to content

Commit

Permalink
imp: moved spinner to Stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Apr 12, 2024
1 parent 062fed2 commit 5723837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func interchaintestScaffold() *cobra.Command {
return err
}

p := tea.NewProgram(spinner.New().Title("Downloading go modules..."), tea.WithContext(context.Background()), tea.WithOutput(os.Stderr))
p := tea.NewProgram(spinner.New().Title("Downloading go modules..."), tea.WithContext(context.Background()), tea.WithOutput(os.Stdout))

go func() {
_, err := p.Run()
Expand Down

0 comments on commit 5723837

Please sign in to comment.