(error: mixed)
| 105 | stringBuffer = messages[messages.length - 1]; |
| 106 | } |
| 107 | function onError(error: mixed) { |
| 108 | abort( |
| 109 | request, |
| 110 | new Error('Lost connection to the Debug Channel.', { |
| 111 | cause: error, |
| 112 | }), |
| 113 | ); |
| 114 | } |
| 115 | function onClose() { |
| 116 | closeDebugChannel(request); |
| 117 | } |
no test coverage detected