mirror of https://github.com/openclaw/openclaw.git
style: fix indentation
This commit is contained in:
parent
91d96821b0
commit
133fb1a300
|
|
@ -729,7 +729,7 @@ export async function edgeTTS(params: {
|
||||||
({ size } = statSync(outputPath));
|
({ size } = statSync(outputPath));
|
||||||
|
|
||||||
if (size === 0) {
|
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…
Reference in New Issue