| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ea20796 commit ed193ad
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const verifyDir = path.resolve(rootDir, 'test', 'addons'); | |||
| 10 | 10 | ||
| 11 | 11 | const contents = fs.readFileSync(doc).toString(); | |
| 12 | 12 | ||
| 13 | - const tokens = marked.lexer(contents, {}); | ||
| 13 | + const tokens = marked.lexer(contents); | ||
| 14 | 14 | let files = null; | |
| 15 | 15 | let id = 0; | |
| 16 | 16 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments