mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 10:55:07 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -126,7 +126,7 @@ describe("enableConsoleCapture", () => {
|
||||
});
|
||||
|
||||
function tempLogPath() {
|
||||
return path.join(os.tmpdir(), `clawdbot-log-${crypto.randomUUID()}.log`);
|
||||
return path.join(os.tmpdir(), `moltbot-log-${crypto.randomUUID()}.log`);
|
||||
}
|
||||
|
||||
function eioError() {
|
||||
|
||||
Reference in New Issue
Block a user