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

string.format('%s', nil) throws an exception. #275

Open
Aberro opened this issue May 1, 2020 · 1 comment
Open

string.format('%s', nil) throws an exception. #275

Aberro opened this issue May 1, 2020 · 1 comment

Comments

@Aberro
Copy link

Aberro commented May 1, 2020

https://www.lua.org/manual/5.2/manual.html#pdf-string.format
As docs in version 5.2 says, %s should convert values to string, including nil values.

@Aberro
Copy link
Author

Aberro commented May 10, 2020

fix in pull request: #280

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

1 participant