We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1f19f commit a0a0d4aCopy full SHA for a0a0d4a
release/reporter.js
@@ -83,7 +83,7 @@ function fullReporter(fullFilename = false) {
83
return {
84
error: (error, typescript) => {
85
console.log('[' + colors.gray('gulp-typescript') + '] '
86
- + colors.bgred(error.diagnostic.code + '')
+ + colors.bgRed(error.diagnostic.code + '')
87
+ ' ' + colors.red(typescript.flattenDiagnosticMessageText(error.diagnostic.messageText, '\n')));
88
if (error.tsFile) {
89
console.log('> ' + colors.gray('file: ') + (fullFilename ? error.fullFilename : error.relativeFilename) + colors.gray(':'));
0 commit comments