mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
fix: clean runtime deps backup owner marker
This commit is contained in:
@@ -392,6 +392,7 @@ describe("stageBundledPluginRuntimeDeps", () => {
|
||||
).toThrow("rename failed after backup");
|
||||
|
||||
expect(fs.readFileSync(path.join(targetPath, "marker.txt"), "utf8")).toBe("original\n");
|
||||
expect(fs.existsSync(path.join(targetPath, "owner.json"))).toBe(false);
|
||||
});
|
||||
|
||||
it("restages when installed root runtime dependency contents change", () => {
|
||||
|
||||
Reference in New Issue
Block a user