Sotaro KARASAWA %!s(int64=9) %!d(string=hai) anos
pai
achega
f96d737e87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -77,7 +77,7 @@ gulp.task('js:del', function() {
       return false
     }
     return dirs.jsDist + '/' + fn;
-  }).filter((v) => v);
+  }).filter(function(v) { return v; });
 
   return del(fileList);
 });