diff options
| author | OpportunityLiu <[email protected]> | 2019-08-26 18:24:26 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-08-26 18:24:26 +0800 |
| commit | 172076db9fa929c5b6dd20a733d15cf28ef092aa (patch) | |
| tree | dd72605248ad7b57179dbe3d34ecdb33faba933e /xmake/core/base/dump.lua | |
| parent | 4c7f077a102f35428766bb3fddb8a93e30313cc1 (diff) | |
rename params
Diffstat (limited to 'xmake/core/base/dump.lua')
| -rw-r--r-- | xmake/core/base/dump.lua | 1 |
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 |
