(error: unknown)
| 71 | pipe(body); |
| 72 | }, |
| 73 | onShellError(error: unknown) { |
| 74 | reject(error); |
| 75 | }, |
| 76 | onError(error: unknown) { |
| 77 | responseStatusCode = 500; |
| 78 | // Log streaming rendering errors from inside the shell. Don't log |
nothing calls this directly
no outgoing calls
no test coverage detected