You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by rk...@apache.org on 2016/05/06 17:44:56 UTC

cordova-lib git commit: CB-11134: Removing duplicated warning

Repository: cordova-lib
Updated Branches:
  refs/heads/master 3c2f9e711 -> b21bcc390


CB-11134: Removing duplicated warning


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

Branch: refs/heads/master
Commit: b21bcc390b7938708d1c91383a428c1cb52c8e68
Parents: 3c2f9e7
Author: Richard Knoll <ri...@gmail.com>
Authored: Fri May 6 10:23:46 2016 -0700
Committer: Richard Knoll <ri...@gmail.com>
Committed: Fri May 6 10:23:46 2016 -0700

----------------------------------------------------------------------
 cordova-lib/src/plugman/uninstall.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b21bcc39/cordova-lib/src/plugman/uninstall.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/plugman/uninstall.js b/cordova-lib/src/plugman/uninstall.js
index 1bbc1bf..87bcdca 100644
--- a/cordova-lib/src/plugman/uninstall.js
+++ b/cordova-lib/src/plugman/uninstall.js
@@ -216,7 +216,7 @@ module.exports.uninstallPlugin = function(id, plugins_dir, options) {
                 if(plugin_id == top_plugin_id) {
                     return Q.reject( new CordovaError(msg) );
                 } else {
-                    events.emit('warn', msg +' and cannot be removed (hint: use -f or --force)');
+                    events.emit('warn', msg);
                     continue;
                 }
             }


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