From 8d900e4126f8a5284068362f51105b999bb966fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 23 Nov 2019 00:28:10 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/async/async.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/async/async.lua') diff --git a/script/async/async.lua b/script/async/async.lua index 34716502..023672bf 100644 --- a/script/async/async.lua +++ b/script/async/async.lua @@ -62,7 +62,7 @@ end end local function run(name, arg, callback) - local dump = io.load(ROOT / 'src' / 'async' / (name .. '.lua')) + local dump = io.load(ROOT / 'script' / 'async' / (name .. '.lua')) if not dump then error(('找不到[%s]'):format(name)) end -- cgit v1.2.3