build: fix error
This commit is contained in:
@@ -61,7 +61,7 @@ async fn main() {
|
|||||||
if #[cfg(feature = "cli")] {
|
if #[cfg(feature = "cli")] {
|
||||||
run_with_args().await;
|
run_with_args().await;
|
||||||
} else {
|
} else {
|
||||||
start_ironbar().await;
|
start_ironbar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user