Skip to content

Commit

Permalink
show sqlite error
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Nov 27, 2024
1 parent ed11ace commit 3eda6a2
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 @@ -697,7 +697,7 @@ async fn main() -> anyhow::Result<()> {

if let Some(db_url) = opts.db_url {
eprintln!("Storing results to {db_url}");
let _ = db::store(&client, &db_url, start, res.success());
db::store(&client, &db_url, start, res.success())?;
}

Ok(())
Expand Down

0 comments on commit 3eda6a2

Please sign in to comment.