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