mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:10:42 +00:00
fix: stage WhatsApp runtime deps before setup login
This commit is contained in:
@@ -2441,7 +2441,9 @@ export function loadOpenClawPlugins(options: PluginLoadOptions = {}): PluginRegi
|
||||
manifestRecord.setupSource
|
||||
) {
|
||||
const setupRegistration = resolveSetupChannelRegistration(mod, {
|
||||
installRuntimeDeps: shouldInstallBundledRuntimeDeps && enableState.enabled,
|
||||
installRuntimeDeps:
|
||||
shouldInstallBundledRuntimeDeps &&
|
||||
(enableState.enabled || forceSetupOnlyChannelPlugins),
|
||||
});
|
||||
if (setupRegistration.loadError) {
|
||||
recordPluginError({
|
||||
|
||||
Reference in New Issue
Block a user