Closed jkryl closed 8 years ago
Yeah, you probably right, do you want to send us a PR?
By looking at the code, it seems there is a commit that shouldn't be there, probably landed by mistake :/
Even though logic is flowed, it actually works correctly from the console, i clean up the code though.
Thank you for noticing.
@markelog : Thanks for taking care of the issue!
and I found the reason why it happens. there is a bug in string-checker.js.
_maxErrorsEnabled
should check also -1 value and not just null. Following patch solves the problem, however I'm not sure if I did not remove too many lines. In particular I don't have idea for what global.s is used.