()
| 371 | |
| 372 | const output = runState.output |
| 373 | const finalizeAfterError = () => { |
| 374 | finalizeQueueState({ |
| 375 | setStreamStatus, |
| 376 | setCanProcessQueue, |
| 377 | updateChainInProgress, |
| 378 | isProcessingQueueRef, |
| 379 | isQueuePausedRef, |
| 380 | }) |
| 381 | timerController.stop('error') |
| 382 | } |
| 383 | |
| 384 | if (!output) { |
| 385 | if (!wasAbortedByUser) { |
no test coverage detected