grunt-yate
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "grunt-yate", | ||
"description": "Yate compiler plugin", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"homepage": "https://github.com/lapple/grunt-yate", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -37,2 +37,4 @@ /* | ||
var done = this.async(); | ||
// Iterate over all specified file groups. | ||
@@ -59,3 +61,5 @@ async.forEachSeries(this.files, function(f, next) { | ||
} catch(e) { | ||
grunt.event.emit('yate:error', e); | ||
grunt.fail.warn(e); | ||
done(); | ||
} | ||
@@ -96,3 +100,3 @@ | ||
}, this.async()); | ||
}, done); | ||
}); | ||
@@ -99,0 +103,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14186
308