(err)
| 42 | opts.callback(child); |
| 43 | |
| 44 | function errorHandler(err) { |
| 45 | child.removeListener('close', closeHandler); |
| 46 | reject(err); |
| 47 | } |
| 48 | |
| 49 | function closeHandler(exitCode) { |
| 50 | child.removeListener('error', errorHandler); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…