This commit is contained in:
Flummi 2016-10-29 05:45:23 +02:00
parent ede3faae10
commit c303a1040d

View File

@ -20,7 +20,7 @@ module.exports = (lib) => {
vm.runInNewContext('this.output = '+args, sandbox);
var output = util.inspect(sandbox.output);
if(output !== undefined)
if(typeof(output) !== undefined)
e.reply(output);
},
desc: 'bot debug'