Skip to content

Commit

Permalink
chore(exc): Better exceptions ui
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed Jul 28, 2024
1 parent e84ce92 commit d57f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internals/exceptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
);
Expand Down

0 comments on commit d57f3b9

Please sign in to comment.