fix worker path
This commit is contained in:
parent
1ec60b9362
commit
88ff5886bb
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user