Closed ehmicky closed 3 months ago
Node 22.5.0 introduced some changes to error handling with stream.pipeline(): https://github.com/nodejs/node/pull/53462
stream.pipeline()
Those changes are making some of our tests fail (https://github.com/sindresorhus/execa/actions/runs/9628628974). This PR is fixing those.
Node 22.5.0 introduced some changes to error handling with
stream.pipeline()
: https://github.com/nodejs/node/pull/53462Those changes are making some of our tests fail (https://github.com/sindresorhus/execa/actions/runs/9628628974). This PR is fixing those.