mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
more tests w/ timeouts
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user