diff options
| author | 2025-01-21 03:21:14 -0600 | |
|---|---|---|
| committer | 2025-01-21 03:21:14 -0600 | |
| commit | 4baaeb0928876621a0de5fd7eed83539d3f38aa3 (patch) | |
| tree | 090ca01b35bf2afa15834e042a2e6d3ffc82e373 /ozone-cli/src | |
| parent | increase number of concurrent tasks (diff) | |
random small changes
Diffstat (limited to 'ozone-cli/src')
| -rw-r--r-- | ozone-cli/src/main.rs | 2 |
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(()) } |
