forked from GitHub/dbot
print output of greload
This commit is contained in:
parent
b3a6aa2322
commit
ae28db6e70
@ -24,6 +24,7 @@ var adminCommands = function(dbot) {
|
|||||||
var child;
|
var child;
|
||||||
|
|
||||||
child = exec("cd ../ && git pull", function (error, stdout, stderr) {
|
child = exec("cd ../ && git pull", function (error, stdout, stderr) {
|
||||||
|
console.log(stdout);
|
||||||
commands.reload(data, params);
|
commands.reload(data, params);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user