Well, I found the problem. I just forgot to rename new build folder after git pull. Now process.env.GIT_COMMIT="498b9d4cc0f1fc5e0886c19a3b84ce64279aaf85" and everything works great.
The reason I build on my own is because both being able to do so, and keep up with your latest fixes :) Nothing related with a hack or something.
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.
Well, I found the problem. I just forgot to rename new build folder after
git pull
. Nowprocess.env.GIT_COMMIT="498b9d4cc0f1fc5e0886c19a3b84ce64279aaf85"
and everything works great.The reason I build on my own is because both being able to do so, and keep up with your latest fixes :) Nothing related with a hack or something.