Add the most important message

This commit is contained in:
datdenkikniet 2023-04-15 20:19:37 +02:00
parent eac593e300
commit fa8af4cbcf
2 changed files with 5 additions and 3 deletions

View file

@ -298,7 +298,7 @@ fn main() -> anyhow::Result<()> {
}
};
handle_results(globals, final_run_results)
handle_results(globals, final_run_results).map_err(|_| anyhow::anyhow!("Commands failed"))
}
// run example binary `example`