Skip to content

Commit

Permalink
NodeJS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakehu2020 authored Jul 26, 2024
1 parent e97a4b2 commit be69ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ document.addEventListener("DOMContentLoaded",(e) => {
text = text.replace(/(\/\/.*?$|\/\*[\s\S]*?\*\/)/gm, '<span class="js-comment">$1</span>');

editor.innerHTML = text;
};
});
});
})();

async function evaluate(x) {
await (async () => {
Expand Down

0 comments on commit be69ef8

Please sign in to comment.