mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +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
|
@ -35,8 +35,8 @@ module.exports = function(environment) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
process.argv.forEach(function(element){
|
process.argv.forEach(function(element) {
|
||||||
if (element !== 'undefined') {
|
if (element !== undefined) {
|
||||||
if (element.startsWith("intercom=")) {
|
if (element.startsWith("intercom=")) {
|
||||||
element = element.replace("intercom=", "");
|
element = element.replace("intercom=", "");
|
||||||
ENV.APP.intercomKey = element;
|
ENV.APP.intercomKey = element;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue