This commit is contained in:
William Mantly 2016-05-30 21:25:35 -04:00
parent 9bb9809f51
commit ded9cff1dc

View File

@ -219,6 +219,7 @@ var getAvailrunner = function(runner){
if(runner) runnerFree(runner);
return worker.getRunner();
}
console.log(runner);
if(runner) return runner;
return false;
};