mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:50:43 +00:00
fix: fail updates on activated plugin load errors
This commit is contained in:
@@ -849,7 +849,7 @@ async function maybeRestartService(params: {
|
||||
);
|
||||
}
|
||||
defaultRuntime.log("");
|
||||
if (!health.healthy && health.versionMismatch) {
|
||||
if (!health.healthy && (health.versionMismatch || health.activatedPluginErrors?.length)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user