Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
tusooa 2023-09-15 06:45:02 +00:00 committed by Haelwenn
parent 6e5c7bf308
commit c05b1b9072
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var env = process.env.NODE_ENV === 'testing'
: config.build.env
let commitHash = (() => {
let subst = "$Format:%h$";
const subst = "$Format:%h$";
if(!subst.match(/Format:/)) {
return subst;
} else {