log.debug content

This commit is contained in:
Colin McDonnell
2026-01-21 00:01:06 +00:00
committed by pullfrog[bot]
parent d98f6c8029
commit c3ac7d9ff0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -121393,6 +121393,7 @@ function GetReviewCommentsTool(ctx) {
const commentsPath = join5(tempDir, filename);
writeFileSync3(commentsPath, content);
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
log.debug(`content: ${content}`);
return {
review_id,
pull_number,
+1
View File
@@ -279,6 +279,7 @@ export function GetReviewCommentsTool(ctx: ToolContext) {
const commentsPath = join(tempDir, filename);
writeFileSync(commentsPath, content);
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
log.debug(`content: ${content}`);
return {
review_id,