Comparing version 7.1.2 to 7.1.3
{ | ||
"name": "titanium", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"author": "TiDev, Inc. <npm@tidev.io>", | ||
@@ -5,0 +5,0 @@ "description": "Command line interface for building Titanium SDK apps", |
@@ -659,3 +659,3 @@ import chalk from 'chalk'; | ||
}); | ||
} else if (!platformOption.skipValueCheck && !platformOption.values.includes(this.argv.platform)) { | ||
} else if (!platformOption.values.includes(this.argv.platform)) { | ||
throw new TiError(`Invalid platform "${this.argv.$originalPlatform || this.argv.platform}"`, { | ||
@@ -674,3 +674,3 @@ code: 'INVALID_PLATFORM' | ||
if (e.code === 'INVALID_PLATFORM') { | ||
this.logger.error(e.message); | ||
this.logger.error(`${e.message}\n`); | ||
} | ||
@@ -677,0 +677,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199240