style: fix indentation

This commit is contained in:
Hiago Silva 2026-03-15 12:50:28 -03:00 committed by GitHub
parent 133fb1a300
commit 07307a7973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -729,7 +729,7 @@ export async function edgeTTS(params: {
({ size } = statSync(outputPath));
if (size === 0) {
throw new Error("Edge TTS produced empty audio file after retry.");
throw new Error("Edge TTS produced empty audio file after retry");
}
}
}