espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
276 stars 108 forks source link

Raise errors instead of logging them #26

Closed balloob closed 2 years ago

balloob commented 2 years ago

This raises the errors instead of logging them. This is the same behavior as ESPTool.py (example).

adwait-esp commented 2 years ago

Changes in general look good to me. Seems there are merge conflicts after merging a few existing opened PRs

balloob commented 2 years ago

Rebased.