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
We do not read from the Anoma client process 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