Skip to content

Commit

Permalink
refactor: print error message of unparsed commits
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
aabouzaid committed Jul 3, 2024
1 parent ace2bd5 commit 52d9070
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 52d9070

Please sign in to comment.