Skip to content

Commit d0e2e87

Browse files
committed
Remove no longer needed @ts-ignores
1 parent 411c158 commit d0e2e87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

heatstroke.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export function reporter(
107107
}" returned:\n\n${runDetails.error
108108
?.toString()
109109
.split("\n")
110-
// @ts-ignore
111110
.map((line) => " " + line)
112111
.join("\n")}\n`;
113112

@@ -148,7 +147,6 @@ export function reporter(
148147
}" returned:\n\n${runDetails.error
149148
?.toString()
150149
.split("\n")
151-
// @ts-ignore
152150
.map((line) => " " + line)
153151
.join("\n")}\n`;
154152

0 commit comments

Comments
 (0)