diff options
| author | “pengxuanzheng” <[email protected]> | 2022-06-01 10:22:23 +0000 |
|---|---|---|
| committer | “pengxuanzheng” <[email protected]> | 2022-06-01 10:22:23 +0000 |
| commit | 60d7653f8a813f91c40a342d2ca4260002638986 (patch) | |
| tree | 04150aa51fe60eca51bfb33713d0b69f88e63387 /include/tsg_lua_interface.h | |
| parent | 74ab7f976087c3f99735e602fff9c497e7223400 (diff) | |
✨ feat: 修改panic函数输出
Diffstat (limited to 'include/tsg_lua_interface.h')
| -rw-r--r-- | include/tsg_lua_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tsg_lua_interface.h b/include/tsg_lua_interface.h index ae12b73..20ca0c3 100644 --- a/include/tsg_lua_interface.h +++ b/include/tsg_lua_interface.h @@ -50,7 +50,7 @@ enum err_value ERR_SCRIPT_ID_INVAILD = -33, /* 脚本ID无效 */ ERR_LUA_CACHE_FAILED = -34, /* 脚本缓存失败 */ ERR_MEM_NOT_ENOUGH = -35, /* 空间不足 */ - ERR_LUA_ID = -36, /* lua id 错误*/ + ERR_LUA_ID = -36, /* lua id 错误*/ ERR_UNKNOWN = -37, /* 未知错误 */ }; |
