Skip to content

Commit e02d7ca

Browse files
Copilotmgifford
andauthored
Style: use template literal for mobile AudioContext log message
Agent-Logs-Url: https://github.com/mgifford/EchoLocate/sessions/db057609-6970-48ec-9875-f98881cdbf90 Co-authored-by: mgifford <116832+mgifford@users.noreply.github.com>
1 parent ef9b419 commit e02d7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@ const SpeechEngine = {
27642764
return;
27652765
}
27662766
if (isMobileBrowser()) {
2767-
console.log('[EchoLocate] Mobile: AudioContext state is', State.audioCtx?.state ?? 'none', '— starting SR without suspend');
2767+
console.log(`[EchoLocate] Mobile: AudioContext state is ${State.audioCtx?.state ?? 'none'} — starting SR without suspend`);
27682768
}
27692769
this._startRec();
27702770
},

0 commit comments

Comments
 (0)