From d34e5c9d7c6135e805f2cc231411cdcc9910190c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Dec 2018 11:53:02 +0800 Subject: *misc --- src/lua/je_lua_jin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lua/je_lua_jin.cpp') diff --git a/src/lua/je_lua_jin.cpp b/src/lua/je_lua_jin.cpp index 3e80015..e3af169 100644 --- a/src/lua/je_lua_jin.cpp +++ b/src/lua/je_lua_jin.cpp @@ -31,7 +31,7 @@ namespace JinEngine luax_pushstring(L, "macos"); #endif return 1; - } + } LUA_IMPLEMENT int l_revision(lua_State* L) { @@ -95,7 +95,6 @@ namespace JinEngine luax_newtable(L); luax_setfieldstring(L, "cwd", cwd); luax_setfield(L, -2, "args"); - Embed::load(L); luax_clearstack(L); Embed::run(L); } -- cgit v1.1-26-g67d0