(stream4, streamPromise)
| 66670 | if (spawned.stdout) { |
| 66671 | mixed.add(spawned.stdout); |
| 66672 | } |
| 66673 | if (spawned.stderr) { |
| 66674 | mixed.add(spawned.stderr); |
| 66675 | } |
| 66676 | return mixed; |
| 66677 | }; |
| 66678 | var getBufferedData = async (stream4, streamPromise) => { |
| 66679 | if (!stream4 || streamPromise === void 0) { |
| 66680 | return; |
| 66681 | } |
| 66682 | stream4.destroy(); |
| 66683 | try { |
| 66684 | return await streamPromise; |
| 66685 | } catch (error) { |
no test coverage detected