Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set std_in to NoStream on the Anoma client process (#3182)
This PR sets `std_in` to `NoStream` on the Anoma client process. https://hackage.haskell.org/package/process-1.6.25.0/docs/System-Process.html#t:StdStream We do not read from the Anoma client process stdin so we do not need to open a handle to stdin. This fixes an issue where the Anoma client stdin does not get cleaned up correctly on exit which causes subsequent input to the terminal to be corrupted.
- Loading branch information