Fix format

78bbf0ed0265b23db35dda20f30f5e36174614bd

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -2Showing whitespace changes
public/script.js+1 -2
@@ -3241,8 +3241,7 @@ class StreamingProcessor {
3241 }3241 }
3242 catch (err) {3242 catch (err) {
3243 // in the case of a self-inflicted abort, we have already cleaned up3243 // in the case of a self-inflicted abort, we have already cleaned up
3244 if (!this.isFinished)3244 if (!this.isFinished) {
3245 {
3246 console.error(err);3245 console.error(err);
3247 this.onErrorStreaming();3246 this.onErrorStreaming();
3248 }3247 }