fix(browser): prevent stdio buffer blocking in Docker environments
This commit is contained in:
parent
d21f571e21
commit
f1eed3f875
@ -226,7 +226,7 @@ export async function launchOpenClawChrome(
|
||||
args.push("about:blank");
|
||||
|
||||
return spawn(exe.path, args, {
|
||||
stdio: "pipe",
|
||||
stdio: ["ignore", "ignore", "ignore"],
|
||||
env: {
|
||||
...process.env,
|
||||
// Reduce accidental sharing with the user's env.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user