Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 27, 2024
1 parent 2fa72a7 commit c385ade
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"match": {
"base64": {
"convert-typeof-to-is-type": "off"
"types/convert-typeof-to-is-type": "off"
},
"*.md": {
"nodejs/convert-commonjs-to-esm": "on"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"funding": "https://opencollective.com/cloudcmd",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/cloudcmd.git"
"url": "git+https://github.com/coderaiser/cloudcmd.git"
},
"main": "server/cloudcmd.mjs",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions server/user-menu.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c385ade

Please sign in to comment.