mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
test(plugins): fix sync register call sites
This commit is contained in:
@@ -297,7 +297,7 @@ export function loadBundledCapabilityRuntimeRegistry(params: {
|
||||
|
||||
try {
|
||||
const captured = createCapturedPluginRegistration();
|
||||
void register(captured.api);
|
||||
register(captured.api);
|
||||
record.cliBackendIds.push(...captured.cliBackends.map((entry) => entry.id));
|
||||
record.providerIds.push(...captured.providers.map((entry) => entry.id));
|
||||
record.speechProviderIds.push(...captured.speechProviders.map((entry) => entry.id));
|
||||
|
||||
Reference in New Issue
Block a user