Skip to content

Commit

Permalink
feat(main): better errors
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Jul 4, 2024
1 parent 126e9f4 commit a9ff97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async fn main() {
dbus_connection
.request_name("org.stardustxr.HMD")
.await
.unwrap();
.expect("Another instance of the server is running. This is not supported currently (but is planned).");

let sk_ready_notifier = Arc::new(Notify::new());
let stereokit_loop = tokio::task::spawn_blocking({
Expand Down

0 comments on commit a9ff97e

Please sign in to comment.