There was an error while loading. Please reload this page.
1 parent 96f4a43 commit 94413bdCopy full SHA for 94413bd
sqlx-cli/src/bin/sqlx.rs
@@ -9,5 +9,6 @@ async fn main() {
9
// no special handling here
10
if let Err(error) = sqlx_cli::run(Opt::from_arg_matches(&matches)).await {
11
println!("{} {}", style("error:").bold().red(), error);
12
+ std::process::exit(1);
13
}
14
0 commit comments