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