diff --git a/modules/networking.js b/modules/networking.js index 88eb5b9..69ba150 100644 --- a/modules/networking.js +++ b/modules/networking.js @@ -72,7 +72,7 @@ exp.skin_file = function(url, facename, helmname, callback) { console.error(response); console.error(body); } - callback(null); + callback(error); } }); };