martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
0 stars 0 forks source link

online-id is unresponsive when the script has errors #10

Closed fjf2002 closed 1 week ago

fjf2002 commented 1 week ago

When there is an error in the current script, I suspect the online-ide re-tries to compile multiple times a second(?)

At least what I observe, especially noticeable when the browser dev tools are open: The online-ide then becomes unresponsive, and the devtools keep flickering.

martin-pabst commented 1 week ago

Thank you! The compiler runs every 500 ms (JavaCompiler.maxMsBetweenRuns) and checks if any file got dirty since the last run. This check failed.