aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/demo_tool.js')
-rw-r--r--tools/demo_tool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_tool.js b/tools/demo_tool.js
index d47fa59..4fd6f04 100644
--- a/tools/demo_tool.js
+++ b/tools/demo_tool.js
@@ -12,5 +12,5 @@
* @param {Args} args
*/
exports.run = function run(args) {
- console.log(args);
+ console.log(JSON.stringify(args, null, 2));
}