From 5eb31af895c526d1aa29890656bc45665f7ba17e Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:00:28 +0900 Subject: [PATCH] chore: update src/parser/content-evaluator-module.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: アレクサンダー.eth <4975670+0x4007@users.noreply.github.com> --- src/parser/content-evaluator-module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/content-evaluator-module.ts b/src/parser/content-evaluator-module.ts index b5c9ad59..acca71c5 100644 --- a/src/parser/content-evaluator-module.ts +++ b/src/parser/content-evaluator-module.ts @@ -109,7 +109,7 @@ export class ContentEvaluatorModule extends BaseModule { ); if (Object.keys(relevancesByAi).length !== commentsToEvaluate.length + prCommentsToEvaluate.length) { - throw this.context.logger.fatal("Relevance / Comment length mismatch!", { + throw this.context.logger.error("Relevance / Comment length mismatch!", { relevancesByAi, commentsToEvaluate, prCommentsToEvaluate,