diff options
Diffstat (limited to 'src/lua.js')
-rw-r--r-- | src/lua.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,4 +240,4 @@ module.exports.lua_Debug = lua_Debug; module.exports.lua_upvalueindex = lua_upvalueindex; module.exports.print_version = print_version; module.exports.thread_status = thread_status; -module.exports.to_luastring = to_luastring;
\ No newline at end of file +module.exports.to_luastring = to_luastring; |