mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Fix format
This commit is contained in:
parent
9f97a144e8
commit
78bbf0ed02
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user