Skip to content

Commit 58b022c

Browse files
srinivasreddymarcusklaas
authored andcommitted
Change stdout to stderr (#925)
1 parent 09440b5 commit 58b022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ pub fn run(input: Input, config: &Config) {
425425

426426
let ignore_errors = config.write_mode == WriteMode::Plain;
427427
if !ignore_errors {
428-
print!("{}", report);
428+
msg!("{}", report);
429429
}
430430

431431
let mut out = stdout();

0 commit comments

Comments
 (0)