mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
79e313a0c0
When a plugin throws an unchecked exception, we're not catching it anywhere and so the error callback is not being called. This change adds a try/catch to catch such exceptions.