This commit is contained in:
Mazdak Farrokhzad 2022-05-17 16:07:43 +02:00
parent 7f435eba48
commit 5ec6d873a7

View File

@ -207,7 +207,7 @@ fn set_panic_hook() {
fn main() { fn main() {
set_panic_hook(); set_panic_hook();
handle_error(create_session_if_not_set_then(|_| run_with_args(Opt::from_args()))); create_session_if_not_set_then(|_| handle_error(run_with_args(Opt::from_args())));
} }
/// Run command with custom build arguments. /// Run command with custom build arguments.