It could well be an issue - while promises have got quite a lot of use recently, I haven't personally used .all, and I guess there could be some problems. I'll file a bug to look into it - I'm quite busy now so may not get to fix it for a few weeks though.
In the mean time, you could probably replace Promise.all with your own function if you wanted?
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.
It could well be an issue - while promises have got quite a lot of use recently, I haven't personally used
.all
, and I guess there could be some problems. I'll file a bug to look into it - I'm quite busy now so may not get to fix it for a few weeks though.In the mean time, you could probably replace
Promise.all
with your own function if you wanted?