Fix format

This commit is contained in:
Cohee 2024-10-19 13:13:24 +03:00
parent 9f97a144e8
commit 78bbf0ed02
1 changed files with 1 additions and 2 deletions

View File

@ -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();
} }