Closed dokutan closed 1 year ago
Thanks! This works, but it would be better to use %q
in string.format
instead of %s
since we can get Lua to handle this for us.
Thanks, i entirely missed the %q
specifier while searching for a solution.
Thanks!
Fixes #464