Hi All,
I have a weird thing going on, I don’t think it used to do this…
If I take some working code that compiles correctly, and then I make a change in the code, for example leaving out a “;” at the end of a line -
If I tell it to compile, it comes back with the success message.
If I do this again, without making any change, it does not compile, and gives me the expected error.
Then, when I add the “;” back in and hit compile, the first time it still gives me the error. When I hit compile a second time, it gives the success message.
A similar thing is happening with the Flash command, when I first flash after a compile, it does not reflect the last changes that I’ve made to my code. I haven’t tested this part too much.
Any ideas? I’m seeing this while using Particle Dev on a Mac running OSX 10.13, working with an electron.
Can’t wait to hear some ideas about what this is… J