mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
fix: remove duplicate sandbox browser start branch
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user