()
| 147 | return new Command(result, killCommand) |
| 148 | |
| 149 | function onProcessExit() { |
| 150 | killCommand('SIGTERM') |
| 151 | } |
| 152 | |
| 153 | function killCommand(signal) { |
| 154 | process.removeListener('exit', onProcessExit) |
nothing calls this directly
no test coverage detected