There are a bunch of places that we're using a pattern like `return 
Promise.resolve().then(...)` which has a very slight async penalty and can make 
stacktraces a bit harder to read.

We should replace these with a `Promise.try` polyfill, like 
[proposal-promise-try](https://github.com/tc39/proposal-promise-try) or 
[p-try](https://www.npmjs.com/package/p-try).

[ Full content available at: https://github.com/apache/cordova-lib/issues/713 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to