Skip to content

Commit

Permalink
tools: fix tools/doc/addon-verify.js regression
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 9, 2016
1 parent 9daf4a2 commit 6e4342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/addon-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const verifyDir = path.resolve(rootDir, 'test', 'addons');

const contents = fs.readFileSync(doc).toString();

const tokens = marked.lexer(contents, {});
const tokens = marked.lexer(contents);
let files = null;
let id = 0;

Expand Down

0 comments on commit 6e4342f

Please sign in to comment.