### What version of Turborepo are you using? 1.0.24 1.0.25 1.0.26 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux with Node.js v16.13.2 ### Describe the Bug When a pipeline script fails, it hangs. It only happens with 1.0.25/1.0.26, with 1.0.24 it works as expected With `"turbo": "1.0.26"`, it's stuck:  With `"turbo": "1.0.24"`, it's not stuck:   ### Expected Behavior To exit with exit code 1 ### To Reproduce https://github.com/pabloszx/turborepo-hangs