web-maker
web-maker copied to clipboard
Infinite loop in PUG preprocessing
Typing a for loop end up in infinite loop due to auto refresh at
- for (i=0; i<5; )
I think because there is no i++ it cause an infinite loop.
Yes. That's the reason. And currently pug code isn't instrumented in Web Maker to prevent such infinite loops.