aboutsummaryrefslogtreecommitdiff
path: root/bin/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/src/main.rs')
-rw-r--r--bin/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src/main.rs b/bin/src/main.rs
index 4cd525a..6f0343e 100644
--- a/bin/src/main.rs
+++ b/bin/src/main.rs
@@ -49,7 +49,7 @@ fn _main() -> Result<(), StatixErr> {
49 49
50 let mut stderr = io::stderr(); 50 let mut stderr = io::stderr();
51 lint_results.for_each(|r| { 51 lint_results.for_each(|r| {
52 stderr.write(&r, &vfs).unwrap(); 52 stderr.write(&r, &vfs, lint_config.format).unwrap();
53 }); 53 });
54 errors.for_each(|e| { 54 errors.for_each(|e| {
55 eprintln!("{}", e); 55 eprintln!("{}", e);