Using the WebIDE it is corrupting data when saving.
Basically it is adding extra lines or moving text about and putting it in the wrong place, normally only a bit of text.
I have had it duplicate entire functions as well.
e.g. I have just done a save and it has saved it as this:
setTimeout(startWiFi, 3000); setTimeout(startWiFi, 3000); tWiFi, 3000);
There was only one setTimeout(startWiFi, 3000); when I saved it.
I have only edited the files through the WebIDE and it has happened on multiple files.
I only installed the WebIDE in the last couple of days so it should all be the latest versions.
Has anybody else experienced this?
@user47955 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.
Using the WebIDE it is corrupting data when saving.
Basically it is adding extra lines or moving text about and putting it in the wrong place, normally only a bit of text.
I have had it duplicate entire functions as well.
e.g. I have just done a save and it has saved it as this:
There was only one setTimeout(startWiFi, 3000); when I saved it.
I have only edited the files through the WebIDE and it has happened on multiple files.
I only installed the WebIDE in the last couple of days so it should all be the latest versions.
Has anybody else experienced this?