mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:30:57 +00:00
fix(release): handle missing plugin registry fallback
This commit is contained in:
@@ -319,6 +319,9 @@ export function resolvePluginProviders(params: {
|
||||
workspaceDir: base.workspaceDir,
|
||||
requiredPluginIds: loadState.loadOptions.onlyPluginIds,
|
||||
}) ?? resolveRuntimePluginRegistry(loadState.loadOptions));
|
||||
if (!registry) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return registry.providers.map((entry) =>
|
||||
Object.assign({}, entry.provider, { pluginId: entry.pluginId }),
|
||||
|
||||
Reference in New Issue
Block a user