summaryrefslogtreecommitdiff
path: root/xmake/core/base/table.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-20 00:42:05 +0800
committerruki <[email protected]>2017-05-20 00:42:05 +0800
commitce27b8d4dfae08a01f473e7a5cfbb94f6e79c967 (patch)
tree76cb0f63a16787f920c3dac016ad7b6f5c2d7250 /xmake/core/base/table.lua
parentc6876982657c8bf65b7e2a05fc1206b3aacc0ff8 (diff)
improve test script
Diffstat (limited to 'xmake/core/base/table.lua')
-rw-r--r--xmake/core/base/table.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index b7f5719a9..7e8438b8d 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -259,7 +259,7 @@ function table._dump(self, exclude, level)
end
io.write("}\n")
else
- io.write("<" .. tostring(v) .. ">")
+ io.write("<" .. tostring(self) .. ">")
end
end