From c7aa0be27e20341c1faa39d34898cbfbd1131a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 18 Nov 2020 11:07:10 +0800 Subject: =?UTF-8?q?=E4=B8=80=E5=AE=9A=E4=BC=9A=E8=BF=94=E5=9B=9E=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-beta/vm/eachField.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script-beta') diff --git a/script-beta/vm/eachField.lua b/script-beta/vm/eachField.lua index f919c2e0..38087d6a 100644 --- a/script-beta/vm/eachField.lua +++ b/script-beta/vm/eachField.lua @@ -24,13 +24,13 @@ end local function eachField(source, deep) local unlock = vm.lock('eachField', source) if not unlock then - return + return {} end while source.type == 'paren' do source = source.exp if not source then - return + return {} end end -- cgit v1.2.3