Skip to content

Commit 6e4342f

Browse files
committed
tools: fix tools/doc/addon-verify.js regression
1 parent 9daf4a2 commit 6e4342f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/doc/addon-verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const verifyDir = path.resolve(rootDir, 'test', 'addons');
1010

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

13-
const tokens = marked.lexer(contents, {});
13+
const tokens = marked.lexer(contents);
1414
let files = null;
1515
let id = 0;
1616

0 commit comments

Comments
 (0)