fix(core): Corrected log formatting for commit information output in CodeFeed
This commit is contained in:
@@ -324,8 +324,7 @@ export class CodeFeed {
|
||||
console.log(`Processed ${allCommits.length} commits in total.`);
|
||||
for (const c of allCommits) {
|
||||
console.log(`______________________________________________________
|
||||
${c.prettyAgoTime}
|
||||
${c.timestamp}
|
||||
${c.prettyAgoTime} ago:
|
||||
Commit ${c.hash} by ${c.org}/${c.repo} at ${c.timestamp}
|
||||
${c.commitMessage}
|
||||
Published on npm: ${c.publishedOnNpm}
|
||||
|
Reference in New Issue
Block a user