nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
234 stars 106 forks source link

Revert "chore: remove `execa` dependency (#722)" #725

Closed targos closed 8 months ago

targos commented 8 months ago

This reverts commit ff79809164bda99c14979efd955617e0c6eb7630.

The way execa worked is quite different from our runAsync function and it's not easy to fix quickly. Revert the change to unbreak canary V8 updates.

Closes: https://github.com/nodejs/node-core-utils/issues/723

aduh95 commented 8 months ago

I've opened https://github.com/nodejs/node-core-utils/pull/726 as an alternative for this.