feat(main): better errors

This commit is contained in:
Nova
2024-07-03 22:04:43 -04:00
parent 126e9f4ca6
commit a9ff97e39c

View File

@@ -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({