Skip to content

Commit

Permalink
Revert "Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,cl…
Browse files Browse the repository at this point in the history
…ubby789"

This reverts commit c42c248, reversing
changes made to 0f1b827.
  • Loading branch information
jieyouxu committed Dec 12, 2024
1 parent 903d297 commit 50fac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 50fac07

Please sign in to comment.