fix bug that didn't return error

This commit is contained in:
jomo 2014-11-01 21:29:43 +01:00
parent 6f42903ae0
commit 5f8465c06a

View File

@ -72,7 +72,7 @@ exp.skin_file = function(url, facename, helmname, callback) {
console.error(response); console.error(response);
console.error(body); console.error(body);
} }
callback(null); callback(error);
} }
}); });
}; };