style: fix indentation
This commit is contained in:
parent
133fb1a300
commit
07307a7973
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user