()
| 897 | let childProcess: ChildProcess | null = null |
| 898 | |
| 899 | const settleSpawnInProgress = () => { |
| 900 | if (spawnSettled) { |
| 901 | return false |
| 902 | } |
| 903 | spawnSettled = true |
| 904 | spawnInProgress-- |
| 905 | return true |
| 906 | } |
| 907 | |
| 908 | const workerInfo: WorkerInfo = { |
| 909 | get process() { |
no outgoing calls
no test coverage detected