Skip to content

Commit

Permalink
chore: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled committed Dec 17, 2023
1 parent 8e50529 commit 057171c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ function getChangeLog(commits, size) {

const commit = commits[i]
const sha = commit.id.substring(0, 6)
console.log(JSON.stringify(commit))
console.log(commit.title)
const message =
commit.message.length > MAX_MESSAGE_LENGTH
? commit.message.substring(0, MAX_MESSAGE_LENGTH) + '...'
Expand Down

0 comments on commit 057171c

Please sign in to comment.