mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 22:55:36 -05:00
PR feedback
This commit is contained in:
@@ -218,12 +218,9 @@ namespace ts.tscWatch {
|
||||
host,
|
||||
[
|
||||
...map(errors, hostOutputDiagnostic),
|
||||
...map(
|
||||
reportErrorSummary ?
|
||||
[getErrorSummaryText(errors.length, host.newLine)] :
|
||||
emptyArray,
|
||||
hostOutputWatchDiagnostic
|
||||
)
|
||||
...reportErrorSummary ?
|
||||
[hostOutputWatchDiagnostic(getErrorSummaryText(errors.length, host.newLine))] :
|
||||
emptyArray
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user