From 267e4ad44d042b44c60a7afde8d6df448169be89 Mon Sep 17 00:00:00 2001 From: yzj12138 <71420106+yzj12138@users.noreply.github.com> Date: Thu, 9 May 2024 18:06:47 +0800 Subject: [PATCH] =?UTF-8?q?skynet=E4=BD=BF=E7=94=A8=E5=8E=9F=E7=94=9Ferror?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E7=BB=99=E6=9B=BF=E6=8D=A2=20(#1906?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: xingfan.yzj --- lualib/skynet.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lualib/skynet.lua b/lualib/skynet.lua index f983b2b3..e1322965 100644 --- a/lualib/skynet.lua +++ b/lualib/skynet.lua @@ -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