From 23f7cf1f68cf694e69b1e534af781e7aaff7f8ba Mon Sep 17 00:00:00 2001 From: william Date: Sun, 29 May 2016 18:41:11 -0400 Subject: [PATCH] stuff --- routes/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api.js b/routes/api.js index 613abef..67655bf 100644 --- a/routes/api.js +++ b/routes/api.js @@ -202,6 +202,7 @@ var run = function(req, res, runner){ return request.post(httpOptions, function(error, response, body){ // console.log('runner response:', arguments) if(error) return false; + console.log('body', body); body = JSON.parse(body); body['ip'] = getAvailrunner(runner).label;