Skip to content

Commit 26805c9

Browse files
addaleaxevanlucas
authored andcommitted
tools: fix tools/doc/addon-verify.js regression
Introduced in commit 3f69ea5 ("tools: update marked dependency"), it stopped the embedded addons in the documentation from getting built. PR-URL: #6652 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent cea1777 commit 26805c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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
constcontents=fs.readFileSync(doc).toString();
1212

13-
consttokens=marked.lexer(contents,{});
13+
consttokens=marked.lexer(contents);
1414
letfiles=null;
1515
letid=0;
1616

0 commit comments

Comments
(0)