mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 19:51:52 +03:00
fix #1811
This commit is contained in:
parent
7f435eba48
commit
5ec6d873a7
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user