Skip to content

Commit

Permalink
fix: crash if eframe's run_native method fails
Browse files Browse the repository at this point in the history
  • Loading branch information
somedevfox committed Aug 20, 2024
1 parent 45ded07 commit eb8d23f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/launcher/src/entrypoint/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ fn run_app(
steamworks,
)))
}),
);
)
.expect("failed to start luminol");

Ok(())
}
Expand Down

0 comments on commit eb8d23f

Please sign in to comment.