test
This commit is contained in:
parent
ede3faae10
commit
c303a1040d
|
@ -20,7 +20,7 @@ module.exports = (lib) => {
|
||||||
vm.runInNewContext('this.output = '+args, sandbox);
|
vm.runInNewContext('this.output = '+args, sandbox);
|
||||||
|
|
||||||
var output = util.inspect(sandbox.output);
|
var output = util.inspect(sandbox.output);
|
||||||
if(output !== undefined)
|
if(typeof(output) !== undefined)
|
||||||
e.reply(output);
|
e.reply(output);
|
||||||
},
|
},
|
||||||
desc: 'bot debug'
|
desc: 'bot debug'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user