The error output from the compilation is not always in the json output of the compile command #1266
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Bug Report
Current behavior
When compiling a sketch with missing libraries using the
--format json
flag, the error output is on stderr instead of being in the json output.Test.ino :
Compiling with the following command :
Gives the following output :
stdout
stderr
Expected behavior
The error output should be printed on stdout in the json ouput
i.e:
Environment
arduino-cli.exe alpha Version: 0.18.0 Commit: 46c23166 Date: 2021-03-31T09:42:54Z
Additional context
This might be caused by #174
Thanks
The text was updated successfully, but these errors were encountered: