Skip to content

Commit 6176375

Browse files
Armando AguirreDanielRosenwasser
andauthored
Update src/main.ts
Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent 907b12f commit 6176375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ function groupErrors(summaries: Summary[]) {
362362
error = parseServerHarnessOutput(summary.tsServerResult.newSpawnResult!.stdout);
363363
group = groupedNewErrors;
364364
}
365-
// Group old errors
366365
else if (summary.tsServerResult.oldServerFailed) {
366+
// Group old errors
367367
const { oldSpawnResult } = summary.tsServerResult;
368368
error = oldSpawnResult?.stdout
369369
? parseServerHarnessOutput(oldSpawnResult.stdout)

0 commit comments

Comments
 (0)