Merge pull request 'Vite build tools' (#695) from mmalmi/snort:main into main
This commit is contained in:
@ -17,7 +17,7 @@ export class PowWorker implements PowMiner {
|
||||
#queue: Map<string, PowQueue> = new Map();
|
||||
|
||||
constructor(workerPath: string) {
|
||||
this.#worker = new Worker(new URL(workerPath, import.meta.url), {
|
||||
this.#worker = new Worker(workerPath, {
|
||||
type: 'module',
|
||||
name: 'POW',
|
||||
});
|
||||
|
Reference in New Issue
Block a user