Fix format
| @@ -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 up | 3243 | // 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 | } |