Skip to content

Commit

Permalink
fix thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mageowl committed Dec 24, 2020
1 parent 3efd9a0 commit c27f603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ if (isWeb) {
fetch(scriptEl.src)
.then((res) => res.text())
.then((text) => {
// executer(parser(lexer(text)), {
// ...defaultModules,
// ...customModules
// });
console.log(lexer(text));
executer(parser(lexer(text)), {
...defaultModules,
...customModules
});
// console.log(lexer(text));
});
}
}
Expand Down

0 comments on commit c27f603

Please sign in to comment.