Github user jasongin commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/439#discussion_r63092520
  
    --- Diff: cordova-lib/src/cordova/plugin.js ---
    @@ -286,7 +286,7 @@ module.exports = function plugin(command, targets, 
opts) {
                                         var configXml = new 
ConfigParser(configPath);
                                         configXml.removePlugin(target);
                                         configXml.write();
    -                                    events.emit('results', 'config.xml 
entry for ' +target+ ' is removed');
    +                                    events.emit('results', 'config.xml 
entry for plugin ' + target + ' was removed');
    --- End diff --
    
    What is the 'results' channel??
    
    There is a similar log line for removing a platform from config.xml, only 
it comes before the change.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to