From: Jérôme Benoit Date: Sat, 15 Apr 2023 12:12:43 +0000 (+0200) Subject: docs: fix warning at typedoc generation X-Git-Tag: v2.4.9~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e2473f60d4484d8ba10f972b7099550cd61c1730;p=poolifier.git docs: fix warning at typedoc generation Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 9290c218..9ba4fbf9 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -558,7 +558,7 @@ export abstract class AbstractPool< * Gets the given worker its tasks usage in the pool. * * @param worker - The worker. - * @throws {@link Error} if the worker is not found in the pool worker nodes. + * @throws Error if the worker is not found in the pool worker nodes. * @returns The worker tasks usage. */ private getWorkerTasksUsage (worker: Worker): TasksUsage | undefined {