From e7cafd86b947ad654c8081e238faba4df5bd3c33 Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 22 Jan 2025 02:45:23 -0600 Subject: work on websockets --- src/lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua.c') diff --git a/src/lua.c b/src/lua.c index d6a5523..f98a4a4 100644 --- a/src/lua.c +++ b/src/lua.c @@ -144,8 +144,8 @@ void luaI_deepcopy(lua_State* src, lua_State* dest, enum deep_copy_flags flags){ break; default: printf("unknown type %i vs (old)%i\n",lua_type(src, -1), type); - abort(); - lua_pushnumber(dest, 5); + //abort(); + lua_pushnil(dest); break; } int tidx = lua_gettop(dest); -- cgit v1.2.3