mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed script.
This commit is contained in:
parent
19ac0fce36
commit
2259d4fae5
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ function checkMissing(vars) {
|
|||
if (!process.env[key]) {
|
||||
arr.push(key);
|
||||
}
|
||||
return arr;
|
||||
}, []);
|
||||
|
||||
if (missing.length) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue