mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:54:58 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -17,7 +17,7 @@ describe("restart sentinel", () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
prevStateDir = process.env.CLAWDBOT_STATE_DIR;
|
||||
tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-sentinel-"));
|
||||
tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "moltbot-sentinel-"));
|
||||
process.env.CLAWDBOT_STATE_DIR = tempDir;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user