mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 23:20:42 +00:00
test: stabilize node 26 full-suite edge cases
This commit is contained in:
@@ -629,7 +629,10 @@ export function resolveGatewayStartupPluginPlanFromRegistry(params: {
|
||||
rootConfig: activationSourceConfig,
|
||||
};
|
||||
const requiredAgentHarnessRuntimes = new Set(
|
||||
collectConfiguredAgentHarnessRuntimes(activationSourceConfig, params.env),
|
||||
collectConfiguredAgentHarnessRuntimes(activationSourceConfig, params.env, {
|
||||
includeEnvRuntime: false,
|
||||
includeLegacyAgentRuntimes: false,
|
||||
}),
|
||||
);
|
||||
const startupDreamingPluginIds = resolveGatewayStartupDreamingPluginIds(params.config);
|
||||
const manifestLookup = createManifestRegistryLookup(params.manifestRegistry);
|
||||
|
||||
Reference in New Issue
Block a user