aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_tool.js
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-07 21:36:34 +0800
committerGitHub <noreply@github.com>2024-06-07 21:36:34 +0800
commit63df67acea19b3708d34ef3b656c1b784c2a72f4 (patch)
tree740ff6c276131898e59bf1495abc238d3fdfb9a7 /tools/demo_tool.js
parente1d895cc9abb0f7ffac8acc043746cbe2e5f4fe1 (diff)
downloadllm-functions-docker-63df67acea19b3708d34ef3b656c1b784c2a72f4.tar.gz
refactor: numerous improvements (#32)
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));
}