summaryrefslogtreecommitdiffstats
path: root/ozone-cli
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-21 03:21:14 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-21 03:21:14 -0600
commit4baaeb0928876621a0de5fd7eed83539d3f38aa3 (patch)
tree090ca01b35bf2afa15834e042a2e6d3ffc82e373 /ozone-cli
parentincrease number of concurrent tasks (diff)
random small changes
Diffstat (limited to 'ozone-cli')
-rw-r--r--ozone-cli/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs
index b811f9a..332b6e7 100644
--- a/ozone-cli/src/main.rs
+++ b/ozone-cli/src/main.rs
@@ -28,7 +28,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
dbg!(&launch);
info!("ok");
- o3launcher::launcher::run_the_game(&launch);
+ o3launcher::launcher::run_the_game(&launch)?;
Ok(())
}