mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:40:43 +00:00
fix(plugins): preserve bundled cli metadata skip
This commit is contained in:
@@ -3193,7 +3193,7 @@ export async function loadOpenClawPluginCliRegistry(
|
||||
candidate.origin === "bundled"
|
||||
? cliMetadataSource
|
||||
? safeRealpathOrResolve(cliMetadataSource)
|
||||
: safeRealpathOrResolve(candidate.source)
|
||||
: null
|
||||
: (cliMetadataSource ?? candidate.source);
|
||||
if (!sourceForCliMetadata) {
|
||||
record.status = "loaded";
|
||||
|
||||
Reference in New Issue
Block a user