| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
After further investigation and actually testing the behavior, I need to close this PR. I misunderstood the stream directions from the parent process perspective:
The original documentation was correct. My change introduced incorrect information. Closing this PR to avoid confusion. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #56623
The documentation incorrectly described stdin as writable and
stdout/stderr as readable. This fixes the swapped terms to correctly
state that stdin is readable and stdout/stderr are writable.
Also fixed the example in the same paragraph which had the same
mix-up.