Skip to content

Commit

Permalink
tag debug message (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Sep 20, 2023
1 parent 174c05d commit 1da0b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const getGitInformation = () => {
const commit = execSync('git rev-parse --short HEAD').toString().trim()
const repo = execSync('git config --get remote.origin.url').toString().trim()
const tag = execSync('git describe --tags --always').toString().trim()
console.log("Debug: Tag = ", tag)
return { commit, repo, tag }
} catch (e) {
return { commit: '', repo: '', tag: '' }
Expand Down

0 comments on commit 1da0b51

Please sign in to comment.