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 4e2a650 commit c55ec6eCopy full SHA for c55ec6e
internal/arduino/builder/internal/preprocessor/gcc.go
@@ -90,8 +90,8 @@ func GCC(
90
n, err := stderr.Write(p)
91
count += n
92
if count > 100*1024 {
93
- cancel()
94
fmt.Fprintln(stderr, i18n.Tr("Compiler error output has been truncated."))
+ cancel()
95
}
96
return n, err
97
})
0 commit comments