mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
Plugins: fix pnpm check regressions
This commit is contained in:
@@ -143,7 +143,7 @@ function formatInspectSection(title: string, lines: string[]): string[] {
|
||||
if (lines.length === 0) {
|
||||
return [];
|
||||
}
|
||||
return ["", `${theme.muted(`${title}:`)}`, ...lines];
|
||||
return ["", theme.muted(`${title}:`), ...lines];
|
||||
}
|
||||
|
||||
function formatCapabilityKinds(
|
||||
|
||||
Reference in New Issue
Block a user