Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent 6e13477 commit 153258d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
GITHUB_owner: ${{github.repository_owner}}
FORCE_COLOR: 3
FORCE_COLOR: true

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function stopSpinnerAndTimer() {
clearInterval(spinnerInterval);
clearInterval(timerId);
const totalTime = Date.now() - startTime;
process.stdout.write(`\r✅ GitHub Statistics (${color.blink(formatTime(totalTime))})\n\x1b[?25h`);
process.stdout.write(`\r✅ GitHub Statistics (${color.blink(formatTime(totalTime))})\n\x1b[?25h\n`);
}
// -----------------------------------------------------------------------
export function arrayBufferToAsciiString(arrayBuffer) {
Expand Down

0 comments on commit 153258d

Please sign in to comment.