Skip to content

Commit

Permalink
chore(error code): update error code
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 22, 2023
1 parent 95e9750 commit 71fb190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn main() {
}
} else {
println!("{error}");
std::process::exit(0);
std::process::exit(1);
}
}

Expand Down

0 comments on commit 71fb190

Please sign in to comment.