repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53221c4
)
docs: fix warning at typedoc generation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:12:43 +0000
(14:12 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:12:43 +0000
(14:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/pools/abstract-pool.ts
b/src/pools/abstract-pool.ts
index 9290c2185e05f62137e7df7784f881988d02b022..9ba4fbf9c6dcc6d4d152891a3c19ad0fa01715a4 100644
(file)
--- 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 {