emizzle 5da7aab5d6 fix(@embarkjs): fix unhandled promise rejection
Previously, after EmbarkJS checked for working storage dappConnections but couldn’t find any that worked, there was an unhandled promise rejection error being logged.

The cause of this was because there was a new error being thrown inside of the `async.detectSeries` callback function (the function that executes after `detectSeries` completes). This new error was being caught by a try/catch block inside of the `detectSeries` loop.

To fix the issue, there is no new error being thrown, instead the error is logged to the console.
2018-11-28 17:54:47 +11:00
2018-07-09 18:47:36 -05:00
2018-07-06 11:43:46 -05:00
2018-11-07 09:04:04 -05:00

EmbarkJS

A JavaScript library for easily interacting with web3 technologies.

This library is part of the Embark framework.

Languages
JavaScript 99.1%
HTML 0.9%