You could try loading the unminified module instead? It would probably give you more of an idea where the problem was.
To do that you can just go into settings, and change the extensions from .min.js|.js to .js...
.min.js|.js
.js
@Gordon started
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.
You could try loading the unminified module instead? It would probably give you more of an idea where the problem was.
To do that you can just go into settings, and change the extensions from
.min.js|.js
to.js
...