summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-20 21:06:31 +0800
committerruki <[email protected]>2021-09-20 21:06:31 +0800
commitef3180fdb0b441cbaecd00a2f9dfebb1addd421c (patch)
tree5ed51081db72d800a1df8c0b5df94196adaf41e2
parentbb155096b4fd14781988ef4c2488001fbe2c4938 (diff)
fix dump
-rw-r--r--xmake/core/base/dump.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/dump.lua b/xmake/core/base/dump.lua
index 80f4e49b1..22c5e32b8 100644
--- a/xmake/core/base/dump.lua
+++ b/xmake/core/base/dump.lua
@@ -196,7 +196,7 @@ function dump._print_udata(value, first_indent, remain_indent, printed_set)
io.write(first_indent)
if not first_level then
- return dump._print_udata_scalar(value)
+ io.write(todisplay._print_udata_scalar(value))
end
local inner_indent = remain_indent .. " "