mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
fix bug that didn't return error
This commit is contained in:
@@ -72,7 +72,7 @@ exp.skin_file = function(url, facename, helmname, callback) {
|
||||
console.error(response);
|
||||
console.error(body);
|
||||
}
|
||||
callback(null);
|
||||
callback(error);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user