Docs: voice overlay plan and fix web mocks

This commit is contained in:
Peter Steinberger
2025-12-09 03:25:55 +01:00
parent 3a42979e53
commit 99a3102134
5 changed files with 117 additions and 11 deletions

View File

@@ -179,7 +179,9 @@ export async function startControlChannel(
respond(undefined, false, `unknown method: ${parsed.method}`);
break;
}
logDebug(`control: ${parsed.method} responded in ${Date.now() - started}ms`);
logDebug(
`control: ${parsed.method} responded in ${Date.now() - started}ms`,
);
} catch (err) {
logError(
`control: ${parsed.method} failed in ${Date.now() - started}ms: ${String(err)}`,