chore: lint

This commit is contained in:
coderiaser 2024-10-27 12:04:35 +02:00
parent ac9abbd385
commit 7309ceff37
3 changed files with 7 additions and 7 deletions

View file

@ -79,11 +79,11 @@ async function onGET({req, res, menuName, readFile}) {
function getError(error, source) {
return montag`
const e = Error(\`<pre>${codeframe({
error,
source,
highlightCode: false,
})}</pre>\`);
const e = Error(\`<pre>${codeframe({
error,
source,
highlightCode: false,
})}</pre>\`);
e.code = 'frame';