Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Aug 10, 2024
1 parent 8e95194 commit 0042e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/javascripts/initializers/discourse-math-katex.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ async function ensureKaTeX() {
await loadScript("/plugins/discourse-math/katex/mhchem.min.js");
await loadScript("/plugins/discourse-math/katex/copy-tex.min.js");
} catch (e) {
// eslint-disable-next-line no-console
console.error("Failed to load KaTeX dependencies.", e);
}
}
Expand Down

0 comments on commit 0042e6f

Please sign in to comment.