| 64 | * the child process streams are null and no wrappers are created. |
| 65 | */ |
| 66 | class StreamWrapper { |
| 67 | #stream: Readable | null |
| 68 | #isCleanedUp = false |
| 69 | #taskOutput: TaskOutput | null |
nothing calls this directly
no outgoing calls
no test coverage detected