ToLua can now be run in pure-lua mode.
See the src/Bindings/AllToLua_lua.bat for usage example.
This commit is contained in:
@@ -383,7 +383,7 @@ end
|
||||
|
||||
-- called to output an error message
|
||||
function output_error_hook(...)
|
||||
return string.format(...)
|
||||
return string.format(...) -- Note that this line must not end in the triple-dot-parenthesis due to pre-parsing
|
||||
end
|
||||
|
||||
-- custom pushers
|
||||
|
||||
Reference in New Issue
Block a user