You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/29 13:48:04 UTC

[cordova-paramedic] 01/01: first output

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-structure_output
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 55530f27505882d85710b32b7d4ca7903fcb125d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Jun 29 15:47:52 2019 +0200

    first output
---
 lib/ParamedicApp.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/ParamedicApp.js b/lib/ParamedicApp.js
index cbffa6c..887bb42 100644
--- a/lib/ParamedicApp.js
+++ b/lib/ParamedicApp.js
@@ -39,6 +39,12 @@ class ParamedicApp {
         this.isBrowser = this.platformId === utilities.BROWSER;
         this.isIos = this.platformId === utilities.IOS;
         this.isWindows = this.platformId === utilities.WINDOWS;
+
+        logger.info('---------------------------------------------------------');
+        logger.info('1. Create Cordova app with platform and plugin(s) to test');
+        logger.info('- platform: ' + this.config.getPlatformId());
+        logger.info('- plugin(s): ' + this.config.getPlugins().join(', '));
+        logger.info('---------------------------------------------------------');
     }
 
     createTempProject () {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org