Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 19, 2024
1 parent 0f3f934 commit b65c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function debounce(fn, delay) {

let workerWorking = false;
let queuedWork = undefined;
const worker = new Worker("worker.js", { type: "module" });
const worker = new Worker("/worker.js", { type: "module" });

function sendToWorker(code) {
if (workerWorking) {
Expand Down

0 comments on commit b65c4f6

Please sign in to comment.