Skip to content

Commit 5ee2d75

Browse files
committed
Fixed output channel for stderr in sketch preprocessing
1 parent 1b995f2 commit 5ee2d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/arduino/builder/preprocess_sketch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (b *Builder) preprocessSketch(includes paths.PathList) error {
3232
if b.logger.Verbose() {
3333
b.logger.WriteStdout(result.Stdout())
3434
}
35-
b.logger.WriteStdout(result.Stderr())
35+
b.logger.WriteStderr(result.Stderr())
3636
b.diagnosticStore.Parse(result.Args(), result.Stderr())
3737
}
3838

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy