more tests w/ timeouts

This commit is contained in:
jomo
2014-11-22 21:17:49 +01:00
parent 42dae4582b
commit 3830b3ccf4
2 changed files with 40 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ exp.get_profile = function(uuid, callback) {
// downloads skin file from +url+
// stores face image as +facename+
// stores helm image as +helmname+
// callback is forwarded from skins/extract_face or skins/extract_helm
// callback contains error
exp.skin_file = function(url, facename, helmname, callback) {
if (fs.existsSync(facename) && fs.existsSync(facename)) {
console.log("Images already exist, not downloading.");