forked from github/awesome-cordova-plugins
db07768133
Zone.js now (helpfully) throws an error on unhandled rejections in promises. This is great because they no longer silently fail, but we were relying on that behavior for the case where the plugin isn't installed or Cordova isn't available. With this change, those cases won't throw an unhandled rejection error, but all regular plugin errors still should.