X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fcluster-worker.ts;h=43e86dd751a5cf8f17a35bbc40185c1ab978920a;hb=fc3e65861bc1939ae047ee1e8e91a1ce577035f4;hp=4f5fbb6b2ea87dcb54227b6b06576d80dba9c849;hpb=b4e757784e2b9ffe2c22b65b21e8bf665abd9f56;p=poolifier.git diff --git a/src/worker/cluster-worker.ts b/src/worker/cluster-worker.ts index 4f5fbb6b..43e86dd7 100644 --- a/src/worker/cluster-worker.ts +++ b/src/worker/cluster-worker.ts @@ -1,5 +1,5 @@ -import type { Worker } from 'cluster' -import cluster from 'cluster' +import type { Worker } from 'node:cluster' +import cluster from 'node:cluster' import type { MessageValue } from '../utility-types' import { AbstractWorker } from './abstract-worker' import type { WorkerOptions } from './worker-options'