diff --git a/heatstroke.ts b/heatstroke.ts index 097d235f..1da59926 100644 --- a/heatstroke.ts +++ b/heatstroke.ts @@ -107,7 +107,6 @@ export function reporter( }" returned:\n\n${runDetails.error ?.toString() .split("\n") - // @ts-ignore .map((line) => " " + line) .join("\n")}\n`; @@ -148,7 +147,6 @@ export function reporter( }" returned:\n\n${runDetails.error ?.toString() .split("\n") - // @ts-ignore .map((line) => " " + line) .join("\n")}\n`;