From 29ad409649ccfa2eaace76e9ee99a32c7ec22607 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 30 May 2016 23:14:28 -0400 Subject: [PATCH] stuff --- routes/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api.js b/routes/api.js index fadf3f4..90ccbb4 100644 --- a/routes/api.js +++ b/routes/api.js @@ -197,6 +197,7 @@ var run = function(req, res, runner, count){ console.log('run', runner); if(!runner || count > 3){ + console.log('no runner'); res.status(503); return res.json({error: 'No runners, try again soon.'}); }