bbcmicrobit / PythonEditor

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

Moved webusb timeout message so it only shows when the timeout is valid #270

Closed microbit-sam closed 4 years ago

microbit-sam commented 4 years ago

Previously the time out message was printed to the console with no regard to whether the promise had won/lost the race

Now the timeout failed message is only printed when the timeout promise has won the race

microbit-carlos commented 4 years ago

Okay, been able to replicate the timeout error before and after this patch and it looks good image