1
Fork 0

Revert "Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789"

This reverts commit c42c248009, reversing
changes made to 0f1b827881.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-12-12 19:23:38 +08:00
parent 903d2976fd
commit 50fac07281

View file

@ -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)
}