From 23848c3d0a6f22f0908eacee34e34fba9198e7a0 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:35 -0500 Subject: [PATCH] importScripts consistency --- workers/evaluate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {