From ae28db6e702b0f5b8b96032693ce9aef3055c4ee Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 10 Mar 2012 17:58:57 +0000 Subject: [PATCH] print output of greload --- modules/admin.js | 1 + 1 file changed, 1 insertion(+) 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)); },