X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Fpools%2Fselection-strategies%2Fworker-choice-strategy-context.ts;h=acfee48adf0986d28e3209329cfc9a0b4aa8e158;hb=58b8822d8009ebb354a54c7d02f8cefd6959ede0;hp=124addd64f113cf5e4ffe7dac66b902ff86faedf;hpb=97f4fd90399b9e17f30d6b64308599c6c4b72008;p=poolifier.git diff --git a/src/pools/selection-strategies/worker-choice-strategy-context.ts b/src/pools/selection-strategies/worker-choice-strategy-context.ts index 124addd6..acfee48a 100644 --- a/src/pools/selection-strategies/worker-choice-strategy-context.ts +++ b/src/pools/selection-strategies/worker-choice-strategy-context.ts @@ -131,7 +131,7 @@ export class WorkerChoiceStrategyContext< * Executes the worker choice strategy algorithm in the context. * * @returns The key of the worker node. - * @throws {@link Error} If the worker node key is null or undefined. + * @throws {@link @node/api/errors.html#class-error} If the worker node key is null or undefined. */ public execute (): number { const workerNodeKey = (