Log join errors

This commit is contained in:
mplorentz
2026-03-06 15:50:09 -05:00
parent 7de3afa58a
commit 5f1231fb7a
+1
View File
@@ -47,6 +47,7 @@
try {
await joinVoiceRoom(url, h, joinAbortController.signal)
} catch (e) {
console.error("Failed to join voice room", e)
pushToast({theme: "error", message: "Failed to join voice room"})
} finally {
isJoining = false