summaryrefslogtreecommitdiff
path: root/server/src/matcher
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/matcher')
-rw-r--r--server/src/matcher/vm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/matcher/vm.lua b/server/src/matcher/vm.lua
index a47e0109..647b99c3 100644
--- a/server/src/matcher/vm.lua
+++ b/server/src/matcher/vm.lua
@@ -1253,7 +1253,7 @@ function mt:mergeRequire(value, strValue, destVM)
-- 获取主函数返回值,注意不能修改对方的环境
local mainValue
if not main.returns then
- mainValue = self:createValue('nil', nil, {
+ mainValue = self:createValue('nil', {
type = 'name',
start = 0,
finish = 0,