From eabd9df23841d0896651fa8d94c376f4dfbc7c22 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 26 Apr 2016 11:24:33 +0100 Subject: [PATCH] update config header check --- demo-shell-ng2/gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index f557306057..86ea74a29b 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -19,7 +19,8 @@ gulp.task('license', function () { .pipe(license({ path: 'app/license_header.txt', blocking: false, - log: true + logInfo: false, + logError: true })); });