Skip to content

Commit

Permalink
fix: debug log error message of unparsed commits (#2326)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
aabouzaid and chingor13 authored Sep 11, 2024
1 parent c4eb637 commit 83eb3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export function parseConventionalCommits(
commit.message.split('\n')[0]
}`
);
logger.debug(`error message: ${_err}`);
}
}
}
Expand Down

0 comments on commit 83eb3e4

Please sign in to comment.