mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 16:14:58 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -36,7 +36,7 @@ async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> {
|
||||
vi.mocked(runEmbeddedPiAgent).mockReset();
|
||||
return await fn(home);
|
||||
},
|
||||
{ prefix: "clawdbot-queue-" },
|
||||
{ prefix: "moltbot-queue-" },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user