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