Refactor cron migrations under doctor (#88455) · openclaw/openclaw@0ac6107
steipete
·
2026-05-31
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,8 +2,8 @@ import fs from "node:fs/promises";
|
2 | 2 | import path from "node:path"; |
3 | 3 | import { describe, expect, it } from "vitest"; |
4 | 4 | |
5 | | -const MIRROR_PATH = path.resolve(__dirname, "doctor-cron-dreaming-payload-migration.ts"); |
6 | | -const SOURCE_PATH = path.resolve(__dirname, "..", "..", "src", "memory-host-sdk", "dreaming.ts"); |
| 5 | +const MIRROR_PATH = path.resolve(__dirname, "dreaming-payload-migration.ts"); |
| 6 | +const SOURCE_PATH = path.resolve(__dirname, "..", "..", "..", "memory-host-sdk", "dreaming.ts"); |
7 | 7 | |
8 | 8 | const NAMES = [ |
9 | 9 | "MANAGED_MEMORY_DREAMING_CRON_NAME", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。