mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 07:50:22 +00:00
fix(check): repair plugin and secret type drift
This commit is contained in:
@@ -136,7 +136,7 @@ export function resolvePluginTools(params: {
|
||||
}
|
||||
if (!resolved) {
|
||||
if (entry.names.length > 0) {
|
||||
context.logger.debug(
|
||||
context.logger.debug?.(
|
||||
`plugin tool factory returned null (${entry.pluginId}): [${entry.names.join(", ")}]`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user