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

このコミットが含まれているのは:
tusooa 2023-09-15 06:45:02 +00:00 committed by Haelwenn
コミット c05b1b9072
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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