diff --git a/workers/evaluate.js b/workers/evaluate.js index 75a02f4..c3f1489 100644 --- a/workers/evaluate.js +++ b/workers/evaluate.js @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -importScripts("./lexer.js", "parser.js", "./math.js") +importScripts("./lexer.js", "./parser.js", "./math.js") addEventListener("message", (message) => { if (message.data.command === "evaluate") {