(choice: InstallPromptChoiceValue)
| 143 | }; |
| 144 | |
| 145 | const finish = (choice: InstallPromptChoiceValue): void => { |
| 146 | cleanup(); |
| 147 | resolve(choice); |
| 148 | }; |
| 149 | |
| 150 | const render = (): void => { |
| 151 | lineCount = writePromptFrame( |
no test coverage detected