Explorar o código

fix bug that didn't return error

jomo %!s(int64=10) %!d(string=hai) anos
pai
achega
5f8465c06a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/networking.js

+ 1 - 1
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);
     }
   });
 };