From 5e9301d37938e2c8e4b277498309fa3bacf80252 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Wed, 19 Jun 2019 11:53:08 +0800 Subject: fix --- xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua index 6a60e4c23..cdc0c9b4c 100644 --- a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua +++ b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua @@ -38,7 +38,7 @@ function sandbox_core_sandbox._interactive_dump(v0, ...) dump(v0, "< ") io.write("\n") else - for i, v in ipairs({...}) do + for i, v in ipairs(values) do dump(v, "<" .. (i<10 and (i .. " ") or (i .. " "))) io.write("\n") end -- cgit v1.3.1