bluefeather
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ 'use strict'; | ||
concurrency = configuration.concurrency || Infinity; | ||
concurrency = configuration && configuration.concurrency || Infinity; | ||
@@ -18,0 +18,0 @@ // eslint-disable-next-line no-process-env |
@@ -64,3 +64,3 @@ { | ||
}, | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"dependencies": { | ||
@@ -67,0 +67,0 @@ "bluebird": "^3.5.0" |
@@ -21,3 +21,3 @@ // @flow | ||
concurrency = configuration.concurrency || Infinity; | ||
concurrency = configuration && configuration.concurrency || Infinity; | ||
@@ -24,0 +24,0 @@ // eslint-disable-next-line no-process-env |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23580
0.33%