فهرست منبع

fix gulpfile response error

huqi 5 سال پیش
والد
کامیت
7c8703bb54
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -128,7 +128,7 @@ function downloadFile(path, filename, headcb, progresscb, cb){
                     });
                     });
                     request.get(options).pipe(str).pipe(stream);
                     request.get(options).pipe(str).pipe(stream);
                 } else {
                 } else {
-                    gutil.log(gutil.colors.red("download error"), ":", gutil.colors.red(filename), "statusCode:"+response.statusCode);
+                    gutil.log(gutil.colors.red("download error"), ":", gutil.colors.red(filename), "statusCode:"+res.statusCode);
                 }
                 }
             })
             })
             req.on('error', (e) => {
             req.on('error', (e) => {