We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e2a56 commit e124722Copy full SHA for e124722
src/shadow/stdio-ipc.mts
@@ -15,7 +15,7 @@ export function ensureIpcInStdio(
15
if (!stdio.includes('ipc')) {
16
return stdio.concat('ipc')
17
}
18
- return stdio
+ return stdio.slice()
19
} else {
20
return ['pipe', 'pipe', 'pipe', 'ipc']
21
0 commit comments