diff --git a/src/internals/exceptions.ts b/src/internals/exceptions.ts index 21473237..a70c62d6 100644 --- a/src/internals/exceptions.ts +++ b/src/internals/exceptions.ts @@ -47,7 +47,7 @@ export class InternalException { msg, ...(node === undefined ? [] - : [`${SEPARATOR}\nAST node:\n${JSONbig.stringify(node, null, 2)}`]), + : [`AST node:\n${JSONbig.stringify(node, null, 2)}`]), REPORT_TEXT, ].join("\n"), );