File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1066,10 +1066,10 @@ pipes between the parent and child. The value is one of the following:
10661066 corresponds to the index in the ` stdio` array. The stream must have an
10671067 underlying descriptor (file streams do not start until the ` ' open' ` event has
10681068 occurred).
1069- **NOTE:** While it is technically possible to pass ` stdin` as a writable or
1070- ` stdout` /` stderr` as readable , it is not recommended.
1071- Readable and writable streams are designed with distinct behaviors, and using
1072- them incorrectly (e.g., passing a readable stream where a writable stream is
1069+ **NOTE:** While it is technically possible to pass ` stdin` as a readable or
1070+ ` stdout` /` stderr` as writable , it is not recommended.
1071+ Readable and writable streams are designed with distinct behaviors, and using
1072+ them incorrectly (e.g., passing a writable stream where a readable stream is
10731073 expected) can lead to unexpected results or errors. This practice is discouraged
10741074 as it may result in undefined behavior or dropped callbacks if the stream
10751075 encounters errors. Always ensure that ` stdin` is used as readable and
You can’t perform that action at this time.
0 commit comments