X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fworker.ts;h=37d6308507669dd1f0ebcc295b790a1857c16a3e;hb=297d705dc3cac3e998e4ce25f1e7ee76c3b94be6;hp=29050455088c6efd49d8147aed07c41f2a5a004e;hpb=57a29f754af52b95f13a585c77612e87552af7da;p=poolifier.git diff --git a/src/pools/worker.ts b/src/pools/worker.ts index 29050455..37d63085 100644 --- a/src/pools/worker.ts +++ b/src/pools/worker.ts @@ -144,7 +144,7 @@ export interface WorkerInfo { /** * Task function names. */ - taskFunctions?: string[] + taskFunctionNames?: string[] } /**