chore: cleanup / yarn sdks

This commit is contained in:
2023-11-20 19:16:47 +00:00
parent e8bcba129e
commit 7c8fff97ce
73 changed files with 554 additions and 362 deletions

View File

@ -18,8 +18,8 @@ export class PowWorker implements PowMiner {
constructor(workerPath: string) {
this.#worker = new Worker(workerPath, {
type: 'module',
name: 'POW',
type: "module",
name: "POW",
});
this.#worker.onerror = ev => {
console.error(ev);