Skip to content

Commit

Permalink
add debugging string
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney committed Apr 29, 2021
1 parent 6ca337c commit 2e7a643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commenter/commenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (c *Commenter) WriteMultiLineComment(file, comment string, startLine, endLi

prComment := buildComment(file, comment, endLine, *info)
prComment.StartLine = &startLine
fmt.Printf("%#v", prComment)
return c.writeCommentIfRequired(prComment)
}

Expand Down

0 comments on commit 2e7a643

Please sign in to comment.