()
| 103 | }); |
| 104 | }; |
| 105 | const onClose = () => complete(false); |
| 106 | const timer = setTimeout(() => complete(true), timeoutMs); |
| 107 | |
| 108 | if (output.child.exitCode !== null || output.child.signalCode !== null) { |
nothing calls this directly
no test coverage detected