Skip to content

Commit

Permalink
feat: log
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Jul 23, 2024
1 parent ab8cf52 commit 62d0463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bezier-icons/scripts/add-pr-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const updateDescription = async (description) => {
exec(
'git log -1 --name-status --pretty="format:"',
async (_undefined, stdout) => {
console.log("LOG: ', stdout")
console.log('LOG: ', stdout)
updateDescription(getDescription(stdout))
}
)

0 comments on commit 62d0463

Please sign in to comment.