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

Fix a loader bug: from_lua #820

Merged
merged 2 commits into from
Mar 11, 2023
Merged

Conversation

dwainm
Copy link
Contributor

@dwainm dwainm commented Mar 11, 2023

This fixes #810

Fix an issue where loading from lua with invalid content provides an incorrect error message. This change also uses loadfile instead of loadstring.

Fix an issue where loading from lua with invalid content provides
an incorrect error message. This change also uses loadfile instead of
loadstring.
@L3MON4D3
Copy link
Owner

Yes, looks perfect 👍
Thank you!

@L3MON4D3 L3MON4D3 merged commit 4368577 into L3MON4D3:master Mar 11, 2023
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

Successfully merging this pull request may close these issues.

Bug when from_lua snippets are loaded with incorrectly formatted content
2 participants