moonsharp
moonsharp copied to clipboard
string.format('%s', nil) throws an exception.
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.
fix in pull request: https://github.com/moonsharp-devs/moonsharp/pull/280