3
0
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:
Luke Slater 2012-03-10 17:58:57 +00:00
parent b3a6aa2322
commit ae28db6e70

View File

@ -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));
},