yes, the .74 broke it, I cannot even list storage files in IDE
require('Storage').list().forEach(x=>print(JSON.stringify(x)));
Uncaught ReferenceError: "x" is not defined
at line 1 col 59
...ch(x=>print(JSON.stringify(x)));
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, the .74 broke it, I cannot even list storage files in IDE
with .73 this works fine