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 2, 2024
1 parent 39ab76a commit c7be88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class GithubUser {
this.date = new Date(Math.floor(Date.now())).toLocaleString();
this.langugeDate = " (" + new Date(this.created).getUTCFullYear() + ")"

console.info("✅ this.userName:", util.color.bold(this.userName))
console.info("✅ this.userName:", util.color.blue(this.userName))
console.info("✅ this.repo:", this.repo)
console.info("✅ this.stars:", this.stars)
console.info("✅ this.size:", util.color.yellow(Number(this.size / 1000).toFixed(2) + " MB "))
Expand Down

0 comments on commit c7be88d

Please sign in to comment.