Skip to content

Commit

Permalink
remove closure quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed May 3, 2017
1 parent d3a0692 commit 3da1114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/closure/closure-type-checking.js
Expand Up @@ -51,7 +51,7 @@ gulp.task('compile-report', () => {
// new_type_inf: true,
language_in: 'ECMASCRIPT6_STRICT',
language_out: 'ECMASCRIPT5_STRICT',
warning_level: process.env.CI ? 'QUIET' : 'VERBOSE',
warning_level: 'VERBOSE',
jscomp_error: [
'checkTypes',
'missingProperties',
Expand Down

0 comments on commit 3da1114

Please sign in to comment.