fix: sync debug polling with route changes (#1373) (thanks @yazinsai)

This commit is contained in:
Peter Steinberger
2026-01-22 02:24:19 +00:00
parent d7d98c3971
commit 2f47b3f6bd
4 changed files with 96 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ describe("update-cli", () => {
try {
await fs.writeFile(
path.join(tempDir, "package.json"),
JSON.stringify({ name: "clawdbot", version: "2026.1.18-1" }),
JSON.stringify({ name: "clawdbot", version: "1.0.0" }),
"utf-8",
);