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 })); });