I don't know what the problem could be - and I'm afraid I don't have time to offer support for non-Espruino boards.
The best I can suggest is to make the first line a statement like 0; that won't cause problems if it fails to execute.
0;
@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.
I don't know what the problem could be - and I'm afraid I don't have time to offer support for non-Espruino boards.
The best I can suggest is to make the first line a statement like
0;
that won't cause problems if it fails to execute.