mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
print output of greload
This commit is contained in:
parent
b3a6aa2322
commit
ae28db6e70
@ -24,6 +24,7 @@ var adminCommands = function(dbot) {
|
||||
var child;
|
||||
|
||||
child = exec("cd ../ && git pull", function (error, stdout, stderr) {
|
||||
console.log(stdout);
|
||||
commands.reload(data, params);
|
||||
}.bind(this));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user