From 2e5b595a2e04fe72555a565af4aae43560946473 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 29 Mar 2017 11:57:43 +0200 Subject: Never use js strings internally --- src/lua.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua.js') diff --git a/src/lua.js b/src/lua.js index b1faccd..4710ded 100644 --- a/src/lua.js +++ b/src/lua.js @@ -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; -- cgit v1.2.3-54-g00ecf