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