mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 20:50:46 +00:00
fix: keep runtime deps repair out of hot paths
This commit is contained in:
@@ -175,7 +175,7 @@ export function ensurePluginRegistryLoaded(options?: {
|
||||
},
|
||||
{
|
||||
throwOnLoadError: true,
|
||||
installBundledRuntimeDeps: options?.installBundledRuntimeDeps,
|
||||
installBundledRuntimeDeps: options?.installBundledRuntimeDeps ?? false,
|
||||
...(hasExplicitPluginIdScope(requestedPluginIds) ||
|
||||
shouldForwardChannelScope({ scope, scopedLoad }) ||
|
||||
hasNonEmptyPluginIdScope(expectedChannelPluginIds)
|
||||
|
||||
Reference in New Issue
Block a user