chinchang/web-maker

Infinite loop in PUG preprocessing

Open

#272 opened on Mar 9, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (2,386 stars) (308 forks)batch import
bughelp wanted

Description

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.

Contributor guide