Revert "Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789"
This reverts commitc42c248009
, reversing changes made to0f1b827881
.
This commit is contained in:
parent
903d2976fd
commit
50fac07281
1 changed files with 1 additions and 1 deletions
|
@ -2261,7 +2261,7 @@ pub fn stream_cargo(
|
|||
Ok(msg) => {
|
||||
if builder.config.json_output {
|
||||
// Forward JSON to stdout.
|
||||
println!("{line}");
|
||||
eprintln!("{line}");
|
||||
}
|
||||
cb(msg)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue