Skip to content

Commit

Permalink
Make parser in grammar-6.ts silent
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-jozef committed Nov 22, 2023
1 parent 392abca commit 87c81ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tests/grammar-6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class LetDeclaration extends SyntaxTreeNode {
}

export const parser = new Parser(LetDeclaration, {
logLevel: LogLevel.verbose,
logLevel: LogLevel.none,
});

parser.parse('l{l{}}');

0 comments on commit 87c81ee

Please sign in to comment.