(session: Session)
| 384 | } |
| 385 | |
| 386 | function installHeadlessHandlers(session: Session): void { |
| 387 | session.setApprovalHandler(() => ({ decision: 'approved' })); |
| 388 | session.setQuestionHandler(() => null); |
| 389 | } |
| 390 | |
| 391 | function installPromptTerminationCleanup( |
| 392 | promptProcess: PromptProcess, |
no test coverage detected