diff --git a/src/transformer.ts b/src/transformer.ts index 3b94a8f..d814ec0 100644 --- a/src/transformer.ts +++ b/src/transformer.ts @@ -157,7 +157,7 @@ export function transformTemplateCode( throw new TransformError({ message: - `Failed to transform template function internally.\n${message} while transforming:\n\n${annotation}`, + `Error transforming template function.\n${message} while transforming:\n\n${annotation}`, cause: error as ParseError, pos, });