Thanks - that's an odd one. There are filenames in there that aren't even in the uploaded text so something went very wrong.
It looks like maybe there was something running that was taking a long time to complete (eg. seconds) and maybe that overflowed the input buffer and some characters got lost. Having that happen in such a way that the filename gets changed and the code is valid JS so doesn't cause an error seems amazingly unlikely though
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.
Thanks - that's an odd one. There are filenames in there that aren't even in the uploaded text so something went very wrong.
It looks like maybe there was something running that was taking a long time to complete (eg. seconds) and maybe that overflowed the input buffer and some characters got lost. Having that happen in such a way that the filename gets changed and the code is valid JS so doesn't cause an error seems amazingly unlikely though