mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#588 Fix System TTS promise never resolving
This commit is contained in:
@@ -219,6 +219,7 @@ class SystemTtsProvider {
|
|||||||
chunkLength: 200,
|
chunkLength: 200,
|
||||||
}, function () {
|
}, function () {
|
||||||
//some code to execute when done
|
//some code to execute when done
|
||||||
|
resolve(silence);
|
||||||
console.log('System TTS done');
|
console.log('System TTS done');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user