diff --git a/modules/admin.js b/modules/admin.js index 6395fb5..d7af0c8 100644 --- a/modules/admin.js +++ b/modules/admin.js @@ -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)); },