Skip to content

Commit

Permalink
ci: improve the log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Apr 26, 2023
1 parent fcc47e6 commit 162ec89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ganerateCommitsHistory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const { all: rawHistory } = await git.log({
},
"--stat": "10000",
});
console.info("Successfully fetched raw history.");
startGroup("Raw history:");
console.info(rawHistory);
endGroup();
Expand Down

0 comments on commit 162ec89

Please sign in to comment.