(message: string)
| 1194 | } |
| 1195 | |
| 1196 | failSessionRequest(message: string): void { |
| 1197 | this.setAppState({ streamingPhase: 'idle' }); |
| 1198 | this.resetLivePane(); |
| 1199 | this.showError(message); |
| 1200 | } |
| 1201 | |
| 1202 | sendQueuedMessage(session: Session, item: QueuedMessage): void { |
| 1203 | if (item.mode === 'bash') { |
no test coverage detected