mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 19:30:22 +00:00
chore: format and sync protocol outputs
This commit is contained in:
@@ -126,15 +126,7 @@ describe("cleanupSuspendedCliProcesses", () => {
|
||||
await cleanupSuspendedCliProcesses(
|
||||
{
|
||||
command: "codex",
|
||||
resumeArgs: [
|
||||
"exec",
|
||||
"resume",
|
||||
"{sessionId}",
|
||||
"--color",
|
||||
"never",
|
||||
"--sandbox",
|
||||
"read-only",
|
||||
],
|
||||
resumeArgs: ["exec", "resume", "{sessionId}", "--color", "never", "--sandbox", "read-only"],
|
||||
} as CliBackendConfig,
|
||||
1,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user