Skip to content

Commit

Permalink
chore: add hash link
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jan 25, 2024
1 parent a89bf00 commit 482cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printBuildInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const printBuildInfo = () => {
console.log('Environment:', `${process.env.NODE_ENV}${isCI ? '(ci)' : ''}`)
console.log('Version:', `${version}-${abbreviatedSha}`)
console.log(`This is an open source project, you can view its source code on Github!`)
console.log(github)
github && console.log(`${github}/tree/${abbreviatedSha}`)
console.groupEnd()
}

Expand Down

0 comments on commit 482cf4a

Please sign in to comment.