mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix format
This commit is contained in:
@ -3241,8 +3241,7 @@ class StreamingProcessor {
|
||||
}
|
||||
catch (err) {
|
||||
// in the case of a self-inflicted abort, we have already cleaned up
|
||||
if (!this.isFinished)
|
||||
{
|
||||
if (!this.isFinished) {
|
||||
console.error(err);
|
||||
this.onErrorStreaming();
|
||||
}
|
||||
|
Reference in New Issue
Block a user