Fix text display on stream abort
| @@ -3423,7 +3423,7 @@ class StreamingProcessor { | ||
| 3423 | 3423 | for await (const { text, swipes, logprobs, toolCalls, state } of this.generator()) { |
| 3424 | 3424 | timestamps.push(Date.now()); |
| 3425 | 3425 | if (this.isStopped || this.abortController.signal.aborted) { |
| 3426 | 3426 | return this.result; |
| 3427 | 3427 | } |
| 3428 | 3428 | |
| 3429 | 3429 | this.toolCalls = toolCalls; |