mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:32:00 +00:00
fix: skip old-process config writes after git switch
This commit is contained in:
@@ -1028,6 +1028,7 @@ describe("update-cli", () => {
|
||||
await updateCommand({ channel: "dev", yes: true });
|
||||
|
||||
expect(syncPluginsForUpdateChannel).not.toHaveBeenCalled();
|
||||
expect(replaceConfigFile).not.toHaveBeenCalled();
|
||||
expect(defaultRuntime.exit).not.toHaveBeenCalledWith(1);
|
||||
expect(
|
||||
vi
|
||||
|
||||
Reference in New Issue
Block a user