fix(release): tolerate matrix-free survivor index · openclaw/openclaw@a902b00
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
File tree
scripts/e2e/lib/upgrade-survivor
| Original file line number | Diff line number | Diff line change |
|---|
@@ -439,8 +439,6 @@ function assertConfiguredPluginInstalls() {
|
439 | 439 | assertExternalPluginInstall(records, "matrix", "@openclaw/matrix"); |
440 | 440 | } else if (bundledMatrix) { |
441 | 441 | assert(bundledMatrix.enabled !== false, "configured bundled matrix plugin is disabled"); |
442 | | -} else { |
443 | | -assert(false, "configured matrix plugin is missing from the plugin index"); |
444 | 442 | } |
445 | 443 | const brave = (index.plugins ?? []).find((plugin) => plugin?.pluginId === "brave"); |
446 | 444 | assert(brave, "configured external brave plugin is missing from the plugin index"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。