Change stdout to stderr (#925)
This commit is contained in:
parent
09440b55ef
commit
58b022c56a
@ -425,7 +425,7 @@ pub fn run(input: Input, config: &Config) {
|
||||
|
||||
let ignore_errors = config.write_mode == WriteMode::Plain;
|
||||
if !ignore_errors {
|
||||
print!("{}", report);
|
||||
msg!("{}", report);
|
||||
}
|
||||
|
||||
let mut out = stdout();
|
||||
|
Loading…
x
Reference in New Issue
Block a user