show error log

This commit is contained in:
u0u0
2022-05-17 16:35:27 +08:00
parent bce7174a09
commit df1b91a9bf

View File

@@ -974,6 +974,7 @@ int LuaJavaBridge::callLuaGlobalFunction(const char *functionName, const char *a
}
else
{
CCLOG("[LUA ERROR] %s", lua_tostring(L, -1));
ret = -ok;
}
}