An error will occure when the number of runs reaches the runsThreshold limit.
In such a case, the generated file will get syntax error.
This pull request intends to fix that problem.
Please review the code @alvaroloes, thank you!
Wow, thank you very much not only for reporting the error (which is a huge value per se) but for also providing the fix.
Actions like this make me love open source and the community!
An error will occure when the number of runs reaches the
runsThreshold
limit. In such a case, the generated file will get syntax error. This pull request intends to fix that problem. Please review the code @alvaroloes, thank you!