fix: add error logging for various API calls across components
Deploy to VPS / deploy (push) Successful in 2m20s
Deploy to VPS / deploy (push) Successful in 2m20s
This commit is contained in:
@@ -238,7 +238,8 @@ export default function VoicePage() {
|
||||
await voiceApi.sendCommand(
|
||||
checked ? "voice:transmit:start" : "voice:transmit:stop",
|
||||
);
|
||||
} catch {
|
||||
} catch (err) {
|
||||
console.error("voice/mic:", err);
|
||||
setMicActive(!checked);
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user