mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Also log command with enough verbosity
This commit is contained in:
parent
461023e3b8
commit
622a58db5a
2 changed files with 16 additions and 5 deletions
|
|
@ -287,7 +287,7 @@ fn main() -> anyhow::Result<()> {
|
|||
}
|
||||
};
|
||||
|
||||
handle_results(final_run_results)
|
||||
handle_results(globals, final_run_results)
|
||||
}
|
||||
|
||||
// run example binary `example`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue