fix: spell fix in error message
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Aug 2023 18:33:37 +0000 (20:33 +0200)
committerJé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

index bb5f02d49923c99c4b21dd068b431524e5b8ce38..5932b022230a3ce18c69a803d6efaa596f1cb736 100644 (file)
@@ -864,7 +864,7 @@ export abstract class AbstractPool<
       workerTaskStatistics.executing < 0
     ) {
       throw new Error(
-        'Worker usage statistics for tasks executing cannot be negative'
+        'Worker usage statistic for tasks executing cannot be negative'
       )
     }
     if (message.taskError == null) {