X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fcluster-worker.ts;h=0ff15cced17931de93638f41d38803ee59a8116b;hb=8881ae32256c9a9ebe6d78c95672f610a3f46719;hp=49b0f984f3ca7a42721a79452da29eab34f09f22;hpb=9f8f5811bfbaae8f44976880045faef15bd0387f;p=poolifier.git diff --git a/src/worker/cluster-worker.ts b/src/worker/cluster-worker.ts index 49b0f984..0ff15cce 100644 --- a/src/worker/cluster-worker.ts +++ b/src/worker/cluster-worker.ts @@ -1,5 +1,4 @@ -import type { Worker } from 'node:cluster' -import cluster from 'node:cluster' +import cluster, { type Worker } from 'node:cluster' import type { MessageValue, TaskFunctions,