Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craigulliott committed Dec 17, 2016
1 parent 885015a commit 9df0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function buildParser() {
let tracer = null;
let options = {
print: false,
trace: true,
trace: false,
tracer: tracer
};
return gulp.src(['grammar/header.js', 'grammar/index.peg', 'grammar/**/*.peg'])
Expand Down

0 comments on commit 9df0e39

Please sign in to comment.