mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06: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