diff options
Diffstat (limited to 'server/src/matcher/env.lua')
-rw-r--r-- | server/src/matcher/env.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/matcher/env.lua b/server/src/matcher/env.lua index 13787fc0..ada26145 100644 --- a/server/src/matcher/env.lua +++ b/server/src/matcher/env.lua @@ -83,7 +83,7 @@ return function (root) o[key][k] = v end else - error(('[env.%s]是表,赋值也需要是表:[%s]'):format(key, value)) + error(('[env.%s] should be table, got [%s]'):format(key, value)) end else o[key] = value |