You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the lexer throws TypeError: Cannot read property '0' of undefined. This only happens if the only character in brackets is the newline. Multiple newlines and whitespace are ok.
The text was updated successfully, but these errors were encountered:
summivox
added a commit
to summivox/LiveScript
that referenced
this issue
Jan 10, 2016
If I have an empty list of words like this
the lexer throws
TypeError: Cannot read property '0' of undefined
. This only happens if the only character in brackets is the newline. Multiple newlines and whitespace are ok.The text was updated successfully, but these errors were encountered: