()
| 850 | } |
| 851 | }; |
| 852 | const onEnd = () => finish({ pid: null, hostPid: null }); |
| 853 | // On timeout, hand back whatever partial bytes accumulated — discarding |
| 854 | // them would tear the first message the transport parses. |
| 855 | const timer = setTimeout(() => { |