()
| 265 | } |
| 266 | |
| 267 | function killAndWait() { |
| 268 | killProcess(); |
| 269 | return waitForCleanup; |
| 270 | } |
| 271 | |
| 272 | return { launchedProcess: spawnedProcess, gracefullyClose, kill: killAndWait }; |
| 273 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…