From 1672f56d89c566f8a648375a5d91ffd54c7de947 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 25 Apr 2016 17:23:27 +0100 Subject: [PATCH] add return to license check --- demo-shell-ng2/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index 7ecdd69d66..f557306057 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -15,7 +15,7 @@ gulp.task('clean', function () { }); gulp.task('license', function () { - gulp.src('./app/**/*.ts') + return gulp.src('./app/**/*.ts') .pipe(license({ path: 'app/license_header.txt', blocking: false,