Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Nov 28, 2024
1 parent bd14159 commit b71f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl MacroSolverApp {
}
ctx.request_repaint();
})
.spawn("./webworker.js")
.spawn(concat!("./webworker", env!("RANDOM_SUFFIX"), ".js"))
}

#[cfg(not(target_arch = "wasm32"))]
Expand Down

0 comments on commit b71f90e

Please sign in to comment.