ecto/duino

Don't throw Errors

lwille opened this issue · 0 comments

When no board is found, the board initialization routine throws an error inside an internal callback (board.js:88).

I propose emitting an "error" event instead of throwing.

Update: Sorry I didn't make a pull request initially, just didn't think that I'd implement it that quickly.