Skip to content

Commit a0a0d4a

Browse files
committed
Update release
1 parent ed1f19f commit a0a0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/reporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function fullReporter(fullFilename = false) {
8383
return {
8484
error: (error, typescript) => {
8585
console.log('[' + colors.gray('gulp-typescript') + '] '
86-
+ colors.bgred(error.diagnostic.code + '')
86+
+ colors.bgRed(error.diagnostic.code + '')
8787
+ ' ' + colors.red(typescript.flattenDiagnosticMessageText(error.diagnostic.messageText, '\n')));
8888
if (error.tsFile) {
8989
console.log('> ' + colors.gray('file: ') + (fullFilename ? error.fullFilename : error.relativeFilename) + colors.gray(':'));

0 commit comments

Comments
 (0)