diff options
Diffstat (limited to 'tools/demo_tool.js')
| -rw-r--r-- | tools/demo_tool.js | 2 |
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)); } |
