mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed script.
This commit is contained in:
parent
19ac0fce36
commit
2259d4fae5
@ -6,6 +6,7 @@ function checkMissing(vars) {
|
||||
if (!process.env[key]) {
|
||||
arr.push(key);
|
||||
}
|
||||
return arr;
|
||||
}, []);
|
||||
|
||||
if (missing.length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user