mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Fix format
This commit is contained in:
parent
9f97a144e8
commit
78bbf0ed02
@ -3241,8 +3241,7 @@ class StreamingProcessor {
|
|||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
// in the case of a self-inflicted abort, we have already cleaned up
|
// in the case of a self-inflicted abort, we have already cleaned up
|
||||||
if (!this.isFinished)
|
if (!this.isFinished) {
|
||||||
{
|
|
||||||
console.error(err);
|
console.error(err);
|
||||||
this.onErrorStreaming();
|
this.onErrorStreaming();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user