style: run format:apply
This commit is contained in:
+3
-1
@@ -54,7 +54,9 @@ export class TTSManager {
|
||||
return;
|
||||
}
|
||||
|
||||
const mod = (modRaw.default?.default || modRaw.default || modRaw) as TTSModule;
|
||||
const mod = (modRaw.default?.default ||
|
||||
modRaw.default ||
|
||||
modRaw) as TTSModule;
|
||||
if (!mod.name || typeof mod.generate !== 'function') {
|
||||
this.log.warning('Invalid module format in %s', filePath);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user