(error: Error)
| 204 | } |
| 205 | } |
| 206 | override componentDidCatch(error: Error) { |
| 207 | this.handleExit(error); |
| 208 | } |
| 209 | handleSetRawMode = (isEnabled: boolean): void => { |
| 210 | const { |
| 211 | stdin |
nothing calls this directly
no outgoing calls
no test coverage detected