Comparing version 3.1.0 to 3.1.1
@@ -42,3 +42,3 @@ module.exports = chainit; | ||
queues[depth - 1].concurrency = 1; | ||
queues[depth - 1].start(); | ||
if (hasPending(queues[depth - 1])) queues[depth - 1].start(); | ||
} | ||
@@ -45,0 +45,0 @@ if (depth > 1) { |
{ | ||
"name": "chainit3", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Turn an asynchronous js api into an asynchronous chainable js api with a state machine", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
29981