Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error inside body of numeric for loop shows error in wrong place #32

Closed
bmwalters opened this issue Dec 15, 2016 · 1 comment
Closed

Comments

@bmwalters
Copy link

bmwalters commented Dec 15, 2016

for i = 1, #text do
	local some_syntax_error = 5wasdf
end
@FPtje
Copy link
Owner

FPtje commented Dec 15, 2016

Glualint-web shows the error on line 3, which indicates that you're running an older version.

@FPtje FPtje closed this as completed Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants