| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1b25008 commit 7fb8fe4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1078,8 +1078,8 @@ pipes between the parent and child. The value is one of the following: | |||
| 1078 | 1078 | them incorrectly (e.g., passing a readable stream where a writable stream is | |
| 1079 | 1079 | expected) can lead to unexpected results or errors. This practice is discouraged | |
| 1080 | 1080 | as it may result in undefined behavior or dropped callbacks if the stream | |
| 1081 | - encounters errors. Always ensure that `stdin` is used as writable and | ||
| 1082 | - `stdout`/`stderr` as readable to maintain the intended flow of data between | ||
| 1081 | + encounters errors. Always ensure that `stdin` is used as readable and | ||
| 1082 | + `stdout`/`stderr` as writable to maintain the intended flow of data between | ||
| 1083 | 1083 | the parent and child processes. | |
| 1084 | 1084 | 7. Positive integer: The integer value is interpreted as a file descriptor | |
| 1085 | 1085 | that is open in the parent process. It is shared with the child | |
| Back | FazBrowse Home | New Git URL |
0 commit comments