Skip to content

Commit fa466c6

Browse files
author
Alex Ford
committed
Format messages when async is false
1 parent 43083ef commit fa466c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ class ForkTsCheckerWebpackPlugin {
626626
message.getSeverity().toUpperCase() + ' ' + message.getFormattedCode() + ': ' +
627627
message.getContent()
628628
),
629-
message: '(' + message.getLine() + ',' + message.getCharacter() + '): ' + message.getContent(),
629+
message: this.formatter(message, this.useColors),
630630
location: {
631631
line: message.getLine(),
632632
character: message.getCharacter()

0 commit comments

Comments
 (0)