()
| 21 | }); |
| 22 | } |
| 23 | destroy(): Promise<void> { |
| 24 | this.childProcess.kill(); |
| 25 | return Promise.resolve(); |
| 26 | } |
| 27 | childProcess: ChildProcess; |
| 28 | inited: boolean = false; |
| 29 | private resultBuf: ProcessLineResult[] = []; |
no outgoing calls
no test coverage detected