cli: demote version mismatch to warning for now (#35548)

This commit is contained in:
Simon Klee 2026-07-06 14:39:58 +02:00 committed by GitHub
commit 41d11a8a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ describe("mini command", () => {
expect(JSON.parse(result.stdout)).toMatchObject({
type: "error",
sessionID: "",
error: { type: "unknown", message: expect.stringContaining("requires") },
error: { type: "unknown", message: "Failed to resolve server directory" },
})
} finally {
server.stop(true)