|
@@ -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 {
|