mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix bug that didn't return error
This commit is contained in:
parent
6f42903ae0
commit
5f8465c06a
@ -72,7 +72,7 @@ exp.skin_file = function(url, facename, helmname, callback) {
|
||||
console.error(response);
|
||||
console.error(body);
|
||||
}
|
||||
callback(null);
|
||||
callback(error);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user