Skip to content

Commit

Permalink
fix: Import
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Oct 27, 2024
1 parent 591d858 commit 3a7d57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/core/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import pLimit from 'p-limit';
import { v4 as uuidv4 } from 'uuid';

const createWorker = () => {
return new Worker(new URL('../../webworker/worker.js', import.meta.url), {
return new Worker(new URL('../../webworker/Worker.js', import.meta.url), {
type: 'module',
});
};
Expand Down

0 comments on commit 3a7d57b

Please sign in to comment.