We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4460e51 commit c992a78Copy full SHA for c992a78
cli/cli_test.go
@@ -148,7 +148,7 @@ func executeWithArgs(args ...string) (int, []byte) {
148
redirect := &stdOutRedirect{}
149
redirect.Open()
150
// re-init feedback so it'll write to our grabber
151
- feedback.SetDefaultFeedback(feedback.New(os.Stdout, os.Stdout))
+ feedback.SetDefaultFeedback(feedback.New(os.Stdout, os.Stdout, feedback.Text))
152
defer func() {
153
output = redirect.GetOutput()
154
redirect.Close()
0 commit comments