fixes and tests

This commit is contained in:
2017-10-08 19:34:01 -04:00
parent e74f24b2b9
commit 8c64959482
3 changed files with 1004 additions and 1 deletions

View File

@ -199,7 +199,7 @@ var workers = (function(){
workers.splice(workers.indexOf(worker), 1);
console.log('found zombie worker, destroying');
workers.destroy(worker);
zombie++;
zombies++;
}
}