From: Jérôme Benoit Date: Sun, 7 May 2023 21:24:22 +0000 (+0200) Subject: docs: silence typedoc warning X-Git-Tag: v2.4.13~15 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=58b8822d8009ebb354a54c7d02f8cefd6959ede0;hp=97f4fd90399b9e17f30d6b64308599c6c4b72008;p=poolifier.git docs: silence typedoc warning Signed-off-by: Jérôme Benoit --- 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 = (