From a0cf04a326962f9697b3f17e981fc360ada0d3af Mon Sep 17 00:00:00 2001 From: Flummi Date: Sat, 29 Oct 2016 05:29:57 +0200 Subject: [PATCH] test --- src/trigger/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trigger/bot.js b/src/trigger/bot.js index 5d11591..b0381e5 100644 --- a/src/trigger/bot.js +++ b/src/trigger/bot.js @@ -20,7 +20,7 @@ module.exports = (lib) => { vm.runInNewContext(args, sandbox); - e.reply(util.inspect(sandbox['output'])); + console.log(util.inspect(sandbox)); }, desc: 'bot debug' });