X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fthread-worker.ts;h=bfd1c13cdb41775c0c01d031cb0aedf9d364959b;hb=9d96ba4ea0e2e4b06216657cb1641551b59f58ee;hp=7b92caf67201795797f6e3e06fff4fc593f4ee94;hpb=e4c07d066abc51e978a18f44a973a548f24fb7ad;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,