Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tui): make sure to open stdin for all tasks (#9354)
### Description In #9306 I somehow dropped the `cmd.open_stdin()` call so we never started tasks hooked up to stdin. I verified I copied the closing/forwarding stdin logic in my refactor [as seen here](https://github.com/vercel/turborepo/blob/main/crates/turborepo-lib/src/task_graph/visitor/exec.rs#L376), we were just never opening it in the first place. ### Testing Instructions `turbo_dev dev` should now let you interact with `persistent` tasks
- Loading branch information