Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
6e5c7bf308
commit
c05b1b9072
@ -12,7 +12,7 @@ var env = process.env.NODE_ENV === 'testing'
|
|||||||
: config.build.env
|
: config.build.env
|
||||||
|
|
||||||
let commitHash = (() => {
|
let commitHash = (() => {
|
||||||
let subst = "$Format:%h$";
|
const subst = "$Format:%h$";
|
||||||
if(!subst.match(/Format:/)) {
|
if(!subst.match(/Format:/)) {
|
||||||
return subst;
|
return subst;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user