Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "sqns", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -180,5 +180,6 @@ "use strict"; | ||
.catch((error) => { | ||
workerQueueConfig.config.count -= 1; | ||
log.error(error); | ||
workerQueueConfig.hasMore = false; | ||
workerQueueConfig.config.count -= 1; | ||
this.checkIfMoreItemsCanBeProcessed(workerQueueConfig); | ||
}); | ||
@@ -185,0 +186,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
630382
7826