bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
198 stars 130 forks source link

Filesystem error is not a webusb error #291

Closed microbit-sam closed 5 years ago

microbit-sam commented 5 years ago

Still passed up the chain, but ignored by the webusbErrorHandler

microbit-carlos commented 5 years ago

Moved the try/catch outside the promise chain to simplify the code, this way it fails the same way it would when clicking on the "Download" button.