mirror of https://github.com/openclaw/openclaw.git
fix: remove duplicate sandbox browser start branch
This commit is contained in:
parent
aeee17a689
commit
e42330eff7
|
|
@ -271,7 +271,6 @@ export async function ensureSandboxBrowser(params: {
|
|||
args.push(browserImage);
|
||||
await execDocker(args);
|
||||
await execDocker(["start", containerName]);
|
||||
} else if (!running) {
|
||||
} else if (!running) {
|
||||
await execDocker(["start", containerName]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue