From ef3180fdb0b441cbaecd00a2f9dfebb1addd421c Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 20 Sep 2021 21:06:31 +0800 Subject: fix dump --- xmake/core/base/dump.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/base/dump.lua') 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 .. " " -- cgit v1.3.1