summaryrefslogtreecommitdiff
path: root/xmake/core/base/dump.lua
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-08-26 18:24:26 +0800
committerOpportunityLiu <[email protected]>2019-08-26 18:24:26 +0800
commit172076db9fa929c5b6dd20a733d15cf28ef092aa (patch)
treedd72605248ad7b57179dbe3d34ecdb33faba933e /xmake/core/base/dump.lua
parent4c7f077a102f35428766bb3fddb8a93e30313cc1 (diff)
rename params
Diffstat (limited to 'xmake/core/base/dump.lua')
-rw-r--r--xmake/core/base/dump.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/dump.lua b/xmake/core/base/dump.lua
index cac43ebf3..987f5491f 100644
--- a/xmake/core/base/dump.lua
+++ b/xmake/core/base/dump.lua
@@ -362,6 +362,7 @@ function dump._print(value, indent, verbose)
io.write(indent)
dump._print_scalar(value)
end
+ io.write("\n")
end
return dump._print