(e)
| 425 | } |
| 426 | |
| 427 | function errorhandler(e) { |
| 428 | ex = e; |
| 429 | |
| 430 | if (child.stdout) |
| 431 | child.stdout.destroy(); |
| 432 | |
| 433 | if (child.stderr) |
| 434 | child.stderr.destroy(); |
| 435 | |
| 436 | exithandler(); |
| 437 | } |
| 438 | |
| 439 | function kill() { |
| 440 | if (child.stdout) |
nothing calls this directly
no test coverage detected
searching dependent graphs…