add return to license check

This commit is contained in:
Mario Romano 2016-04-25 17:23:27 +01:00
parent cdc77d7519
commit 1672f56d89

View File

@ -15,7 +15,7 @@ gulp.task('clean', function () {
}); });
gulp.task('license', function () { gulp.task('license', function () {
gulp.src('./app/**/*.ts') return gulp.src('./app/**/*.ts')
.pipe(license({ .pipe(license({
path: 'app/license_header.txt', path: 'app/license_header.txt',
blocking: false, blocking: false,