You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/01/18 01:56:55 UTC

[3/6] cordova-create git commit: change event from warn to verbose

change event from warn to verbose


Project: http://git-wip-us.apache.org/repos/asf/cordova-create/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-create/commit/a70324ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-create/tree/a70324ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-create/diff/a70324ef

Branch: refs/heads/1.0.x
Commit: a70324eff67c49177ba35264f2b529b3f50cad2d
Parents: e65698f
Author: Steve Gill <st...@gmail.com>
Authored: Wed Oct 26 14:13:21 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Oct 26 14:13:21 2016 -0700

----------------------------------------------------------------------
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/a70324ef/index.js
----------------------------------------------------------------------
diff --git a/index.js b/index.js
index 48b59bf..e25f5cf 100644
--- a/index.js
+++ b/index.js
@@ -68,7 +68,7 @@ module.exports = function(dir, optionalId, optionalName, cfg, extEvents) {
     var argumentCount = arguments.length;
     return Q.fcall(function() {
         events = setupEvents(extEvents);
-        events.emit('warn', 'Using detached cordova-create');
+        events.emit('verbose', 'Using detached cordova-create');
 
         if (!dir) {
             throw new CordovaError('Directory not specified. See `cordova help`.');


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