This commit is contained in:
2016-05-30 16:06:06 -04:00
parent 651f3835e2
commit 18ff2ee3be
2 changed files with 9 additions and 1 deletions

View File

@ -296,7 +296,7 @@ router.get('/stop/:name', function(req, res, next){
router.get('/liststuff', function(req, res, next){
var obj = util.inspect(workers, {depth: 4});
res.send("<pre>"+obj+"</pre>");
res.send("<h1>Workers</h1><pre>"+obj+"</pre><h1>label2runner</h1><pre>"util.inspect(label2runner)+'</pre><h1>DO calls</h1>'+doapi.calls);
});
router.post('/run/:ip?', function doRun(req, res, next){