style: fix indentation

This commit is contained in:
Hiago Silva 2026-03-15 15:41:16 -03:00 committed by GitHub
parent 68d93e5f7c
commit f6fcfc4688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -705,7 +705,7 @@ export async function edgeTTS(params: {
const { text, outputPath, config, timeoutMs } = params;
if (!text || text.trim().length === 0) {
throw new Error("Edge TTS requires non-empty text");
throw new Error("Edge TTS requires non-empty text.");
}
const tts = new EdgeTTS({