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

Analyze LUA file lines with \n not EOL #467

Merged
merged 1 commit into from
Oct 31, 2020
Merged

Analyze LUA file lines with \n not EOL #467

merged 1 commit into from
Oct 31, 2020

Conversation

evantahler
Copy link
Member

@evantahler evantahler commented Oct 31, 2020

Closes #465

As the LUA files are authored in a OSX/Linux environment, we need to split the lines of the file by \n, not os.EOL, even in Windows environments.

@evantahler evantahler added the bug label Oct 31, 2020
@evantahler evantahler merged commit 431f8c0 into master Oct 31, 2020
@evantahler evantahler deleted the lua-linebreak branch October 31, 2020 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loadLua() not splitting lines correctly in connection.js
1 participant