fix worker path

Former-commit-id: 88ff5886bb
This commit is contained in:
Scott Richmond 2025-07-01 16:07:01 -04:00
parent 63ac8fe80c
commit 4ad6ccf355

View File

@ -1,6 +1,6 @@
if (window) window.ludus = {run, kill, flush_stdout, stdout, p5, svg, flush_commands, commands, result, input, is_running}
const worker = new Worker("worker.js", {type: "module"})
const worker = new Worker("./worker.js", {type: "module"})
let outbox = []
let ludus_console = ""