mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-07-01 16:14:20 +08:00
show error log
This commit is contained in:
@@ -974,6 +974,7 @@ int LuaJavaBridge::callLuaGlobalFunction(const char *functionName, const char *a
|
||||
}
|
||||
else
|
||||
{
|
||||
CCLOG("[LUA ERROR] %s", lua_tostring(L, -1));
|
||||
ret = -ok;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user