Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-lavi committed Feb 20, 2021
1 parent f10c68d commit b79f8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ struct Configuration {
fn main() {
if let Err(error) = crispr() {
println!("{}", error.red());
std::process::exit(1);
}
}

Expand Down

0 comments on commit b79f8d9

Please sign in to comment.