diff options
Diffstat (limited to 'xmake/core/base/dump.lua')
| -rw-r--r-- | xmake/core/base/dump.lua | 2 |
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 .. " " |
