Skip to content

Commit 00fc013

Browse files
committed
feat: cli will exit on report when errors have been detected
1 parent 40005c8 commit 00fc013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/table.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ pub fn summary_table(features: &[Feature]) {
386386
"features"
387387
}
388388
);
389+
panic!("Process failed due to errors");
389390
}
390391

391392
println!("\n{}", "═".repeat(80).bright_cyan());

0 commit comments

Comments
 (0)