mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 06:10:42 +00:00
fix: keep runtime deps repair out of hot paths
This commit is contained in:
@@ -261,7 +261,7 @@ function resolveRuntimeProviderPluginLoadState(
|
||||
pluginSdkResolution: params.pluginSdkResolution,
|
||||
cache: params.cache ?? true,
|
||||
activate: params.activate ?? false,
|
||||
installBundledRuntimeDeps: params.installBundledRuntimeDeps,
|
||||
installBundledRuntimeDeps: params.installBundledRuntimeDeps ?? false,
|
||||
},
|
||||
);
|
||||
return { loadOptions };
|
||||
|
||||
Reference in New Issue
Block a user