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 line number in error message says 62, but actually the line is 67. The reason for this difference is that, there are empty lines present in the file, which the parser eliminated while normalizing.
Thanks for the fast response and pointing out the issues. I guess I can write code in my app to count the blank lines above the error line and then add that number to the given line number. But of course, the best place to do that would be inside this package.
Hi there,
I'm trying to check this and getting an error on line 62:
But that doesn't seem to match the lines in the file (and so I can't actually be sure what it's failing on)??? (You can also see it here and here.)
The text was updated successfully, but these errors were encountered: