Commit c8fe8e8
committed
process: create stdin with
Otherwise Node.js will try to read data from the handle.
This causes issues when Node.js is already reading from the
same handle, but a different associated stream
(e.g. a possible IPC channel).
PR-URL: #19377
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>manualStart: true
1 parent f2ad1d5 commit c8fe8e8Copy full SHA for c8fe8e8
File tree
Expand file treeCollapse file tree
1 file changed
+4
-2
lines changedOpen diff view settings
Filter options
- lib/internal/process
Expand file treeCollapse file tree
1 file changed
+4
-2
lines changedOpen diff view settings
Collapse file
lib/internal/process/stdio.js
Copy file name to clipboardExpand all lines: lib/internal/process/stdio.js+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | | - |
| 80 | + |
| 81 | + |
81 | 82 | |
82 | 83 | |
83 | 84 | |
84 | 85 | |
85 | 86 | |
86 | | - |
| 87 | + |
| 88 | + |
87 | 89 | |
88 | 90 | |
89 | 91 | |
|
0 commit comments