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
For some reason it appears that in the StringLineIterator class the #next function is called one-too-many times which results in the required type-check found here.
When used with a for ... of ([Symbol.iterator]) construct, there is always one final call to #next that does not return content to the iterator but that results in undefined being returned which was causing the call to String#trim() to throw a runtime error.