Skip to content

Commit

Permalink
fix(#166): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 26, 2024
1 parent 38519e1 commit 6e64b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function highlight(str: string, lang: string) {
language: lang,
ignoreIllegals: true,
}).value;
} catch (_) {}
} catch {}
}
}
return `<pre class="language-${lang}"><code>${content}</code></pre>`;
Expand Down

0 comments on commit 6e64b31

Please sign in to comment.