mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
Fix non-ClawHub repair lint shadow
This commit is contained in:
@@ -1217,7 +1217,6 @@ async function installCandidate(params: {
|
||||
failedPluginId: candidate.pluginId,
|
||||
};
|
||||
}
|
||||
const npmInstallSpecLabel = sanitizeTerminalText(npmInstallSpec);
|
||||
changes.push(
|
||||
`ClawHub ${clawhubInstallSpecLabel} unavailable for "${candidate.pluginId}"; falling back to npm ${npmInstallSpecLabel}.`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user