Skip to content

Commit

Permalink
Remove no longer needed @ts-ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Jan 29, 2025
1 parent 411c158 commit d0e2e87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions heatstroke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export function reporter(
}" returned:\n\n${runDetails.error
?.toString()
.split("\n")
// @ts-ignore
.map((line) => " " + line)
.join("\n")}\n`;

Expand Down Expand Up @@ -148,7 +147,6 @@ export function reporter(
}" returned:\n\n${runDetails.error
?.toString()
.split("\n")
// @ts-ignore
.map((line) => " " + line)
.join("\n")}\n`;

Expand Down

0 comments on commit d0e2e87

Please sign in to comment.