This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-misc in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git
commit 0494735247616b9a959f0d911fc48a800295cd4b Author: Jan Piotrowski <[email protected]> AuthorDate: Tue Oct 2 20:33:20 2018 +0200 nicer log message --- lib/paramedic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paramedic.js b/lib/paramedic.js index 1c4d642..bcbed97 100644 --- a/lib/paramedic.js +++ b/lib/paramedic.js @@ -184,7 +184,7 @@ ParamedicRunner.prototype.installPlatform = function () { var self = this; var platform = this.config.getPlatform(); var platformId = this.config.getPlatformId(); - logger.info('cordova-paramedic: adding platform ' + platform + "(" + util.PARAMEDIC_COMMON_CLI_ARGS + util.PARAMEDIC_PLATFORM_ADD_ARGS + ")"); + logger.info('cordova-paramedic: adding platform ' + platform + " (with: " + util.PARAMEDIC_COMMON_CLI_ARGS + util.PARAMEDIC_PLATFORM_ADD_ARGS + ")"); return execPromise(this.config.getCli() + ' platform add ' + platform + util.PARAMEDIC_COMMON_CLI_ARGS + util.PARAMEDIC_PLATFORM_ADD_ARGS) .then(function () { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
