We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a18bcf commit 4e1afd1Copy full SHA for 4e1afd1
arduino/builder/preprocess_sketch.go
@@ -29,8 +29,9 @@ func (b *Builder) preprocessSketch(includes paths.PathList) error {
29
)
30
if b.logger.Verbose() {
31
b.logger.WriteStdout(verboseOutput)
32
+ } else {
33
+ b.logger.WriteStdout(normalOutput)
34
}
- b.logger.WriteStdout(normalOutput)
35
36
return err
37
0 commit comments