mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
fix #1811
This commit is contained in:
parent
7f435eba48
commit
5ec6d873a7
@ -207,7 +207,7 @@ fn set_panic_hook() {
|
||||
|
||||
fn main() {
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user