skynet使用原生error,防止给替换 (#1906)

Co-authored-by: xingfan.yzj <xingfan.yzj@alibaba-inc.com>
This commit is contained in:
yzj12138
2024-05-09 18:06:47 +08:00
committed by GitHub
parent 1a0041982b
commit 267e4ad44d

View File

@@ -4,6 +4,7 @@ local skynet_require = require "skynet.require"
local tostring = tostring
local coroutine = coroutine
local assert = assert
local error = error
local pairs = pairs
local pcall = pcall
local table = table