(string, child)
| 364 | } |
| 365 | }, |
| 366 | onError(string, child) { |
| 367 | if (string.includes('I AM A BUILD FAILURE')) { |
| 368 | killCliProcess(child); |
| 369 | } |
| 370 | }, |
| 371 | } |
| 372 | ); |
| 373 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…