log.debug content
This commit is contained in:
committed by
pullfrog[bot]
parent
d98f6c8029
commit
c3ac7d9ff0
@@ -121393,6 +121393,7 @@ function GetReviewCommentsTool(ctx) {
|
|||||||
const commentsPath = join5(tempDir, filename);
|
const commentsPath = join5(tempDir, filename);
|
||||||
writeFileSync3(commentsPath, content);
|
writeFileSync3(commentsPath, content);
|
||||||
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
|
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
|
||||||
|
log.debug(`content: ${content}`);
|
||||||
return {
|
return {
|
||||||
review_id,
|
review_id,
|
||||||
pull_number,
|
pull_number,
|
||||||
|
|||||||
@@ -279,6 +279,7 @@ export function GetReviewCommentsTool(ctx: ToolContext) {
|
|||||||
const commentsPath = join(tempDir, filename);
|
const commentsPath = join(tempDir, filename);
|
||||||
writeFileSync(commentsPath, content);
|
writeFileSync(commentsPath, content);
|
||||||
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
|
log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`);
|
||||||
|
log.debug(`content: ${content}`);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
review_id,
|
review_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user