fix(check): repair plugin and secret type drift

This commit is contained in:
Vincent Koc
2026-04-06 15:36:17 +01:00
parent a253dc44a3
commit 7bb61a07db
8 changed files with 56 additions and 38 deletions

View File

@@ -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(", ")}]`,
);
}