Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Jul 3, 2018
1 parent ed1f19f commit a0a0d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/reporter.js
Expand Up @@ -83,7 +83,7 @@ function fullReporter(fullFilename = false) {
return {
error: (error, typescript) => {
console.log('[' + colors.gray('gulp-typescript') + '] '
+ colors.bgred(error.diagnostic.code + '')
+ colors.bgRed(error.diagnostic.code + '')
+ ' ' + colors.red(typescript.flattenDiagnosticMessageText(error.diagnostic.messageText, '\n')));
if (error.tsFile) {
console.log('> ' + colors.gray('file: ') + (fullFilename ? error.fullFilename : error.relativeFilename) + colors.gray(':'));
Expand Down

0 comments on commit a0a0d4a

Please sign in to comment.