refactor: cleanups to variable namespace
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index 7729f4f73a4c19b61c0fa718f889639279bcfed9..2bc99a7b47f14b86b0f43104723b1735f2eed0a1 100644 (file)
@@ -162,7 +162,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 https://nodejs.org/api/errors.html#class-error} If the worker node key is null or undefined.
    */
   public execute (): number {
     const workerNodeKey = (