Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4019: fix: ignore stdin in execa r=sprutton1 a=sprutton1 This stops execa from waiting for stdin, so we no longer just hang forever if someone writes a function that does something cool like `cat` with no input. This also moves the execaOptions out of siExec because letting people configure this inside of functions seems rife for mischief. <img src="https://media4.giphy.com/media/0XejaeIG6jJWkJzZJK/giphy.gif"/> Co-authored-by: Scott Prutton <[email protected]>
- Loading branch information