9dd965da3c82beb453d73598cd05ee426408f00b
If an autocompile hits a rate limit, it would get into a bad state where it would continuely loop making compile requests. This is because the compile response resolving would disable auto compile (because the rate limit was hit) but also trigger calculation of uncompiled changes, which would not check if autocompile was disabled. The fix is to just check if autocompile is disabled.
Description
Languages
JavaScript
62.6%
TypeScript
29.5%
SCSS
2.9%
Java
2.1%
Pug
0.8%
Other
1.9%