Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
di-sukharev committed Jul 5, 2023
1 parent 028c0bc commit b7a2cd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion out/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22030,7 +22030,10 @@ var generateCommitMessageFromGitDiff = async (diff, extraArgs2) => {
try {
let commitMessage = await generateCommitMessageByDiff(diff);
if (typeof messageTemplate === "string") {
commitMessage = messageTemplate.replace(config4?.OCO_MESSAGE_TEMPLATE_PLACEHOLDER, commitMessage);
commitMessage = messageTemplate.replace(
config4?.OCO_MESSAGE_TEMPLATE_PLACEHOLDER,
commitMessage
);
}
commitSpinner.stop("\u{1F4DD} Commit message generated");
ce(
Expand Down

0 comments on commit b7a2cd4

Please sign in to comment.