mirror of
https://github.com/documize/community.git
synced 2025-08-07 22:45:24 +02:00
Merge branch 'master' into pre-release-tidy
This commit is contained in:
commit
27736d7123
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ module.exports = function(environment) {
|
|||
};
|
||||
|
||||
process.argv.forEach(function(element) {
|
||||
if (element !== 'undefined') {
|
||||
if (element !== undefined) {
|
||||
if (element.startsWith("intercom=")) {
|
||||
element = element.replace("intercom=", "");
|
||||
ENV.APP.intercomKey = element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue