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

    https://github.com/apache/cordova-lib/pull/490#discussion_r80110771
  
    --- Diff: cordova-lib/src/platforms/platforms.js ---
    @@ -60,6 +60,8 @@ function getPlatformApi(platform, platformRootDir) {
                 events.emit('warn', ' Using this version of Cordova with older 
version of cordova-' + platform +
                     ' is being deprecated. Consider upgrading to cordova-' + 
platform + '@' +
                     platforms[platform].apiCompatibleSince + ' or newer.');
    +        } else {
    +            events.emit('warn', 'Error loading cordova-'+platform);
    --- End diff --
    
    Does this error get shown often?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to