summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/cheat/conv_cheat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cheat/conv_cheat.lua')
-rw-r--r--plugins/cheat/conv_cheat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/conv_cheat.lua b/plugins/cheat/conv_cheat.lua
index afc87bc55b6..6f583a0178a 100644
--- a/plugins/cheat/conv_cheat.lua
+++ b/plugins/cheat/conv_cheat.lua
@@ -8,4 +8,4 @@ function readAll(file)
return content
end
-print(json.stringify(xml.conv_cheat(readAll(arg[1]))))
+print(json.stringify(xml.conv_cheat(readAll(arg[1])), {indent = true}))