X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fthread-worker.ts;h=bfd1c13cdb41775c0c01d031cb0aedf9d364959b;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=7b92caf67201795797f6e3e06fff4fc593f4ee94;hpb=1ab2c95a703d37bfee3542c35a6b97a5fc3e5c39;p=poolifier.git diff --git a/src/worker/thread-worker.ts b/src/worker/thread-worker.ts index 7b92caf6..bfd1c13c 100644 --- a/src/worker/thread-worker.ts +++ b/src/worker/thread-worker.ts @@ -42,7 +42,7 @@ export class ThreadWorker< opts: WorkerOptions = {} ) { super( - 'worker-thread-pool:poolifier', + 'poolifier:thread-worker', isMainThread, parentPort as MessagePort, taskFunctions,