Yes, everything updated to 1v90 already.
The single .catch at the end of the chain was the first that I tried.
And when that didn't work I added the second parameter in .then - but both don't work.
Is the single, final .catch supposed to work for every rejected Promise in the whole queue?
If yes, looks like something with the Promise handling is not working...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, everything updated to 1v90 already.
The single
.catch
at the end of the chain was the first that I tried.And when that didn't work I added the second parameter in
.then
- but both don't work.Is the single, final
.catch
supposed to work for every rejected Promise in the whole queue?If yes, looks like something with the Promise handling is not working...