Skip to content

Commit 293bb42

Browse files
fix(format): restore stdout/stderr ignore for formatter processes (#26037)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
1 parent 54a78c9 commit 293bb42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/opencode/src/format/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ export const layer = Layer.effect(
9191
cwd: dir,
9292
env: item.environment,
9393
extendEnv: true,
94+
stdin: "ignore",
95+
stdout: "ignore",
96+
stderr: "ignore",
9497
}),
9598
)
9699
.pipe(

0 commit comments

Comments
 (0)