repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb5be1
)
fix: spell fix in error message
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:33:37 +0000
(20:33 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:33:37 +0000
(20:33 +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 bb5f02d49923c99c4b21dd068b431524e5b8ce38..5932b022230a3ce18c69a803d6efaa596f1cb736 100644
(file)
--- a/
src/pools/abstract-pool.ts
+++ b/
src/pools/abstract-pool.ts
@@
-864,7
+864,7
@@
export abstract class AbstractPool<
workerTaskStatistics.executing < 0
) {
throw new Error(
- 'Worker usage statistic
s
for tasks executing cannot be negative'
+ 'Worker usage statistic for tasks executing cannot be negative'
)
}
if (message.taskError == null) {