diff --git a/dist/index.js b/dist/index.js index b4be0fa..c5d788c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5217,6 +5217,7 @@ function fastqueue (context, worker, concurrency) { current.release = release current.value = value current.callback = done || noop + current.errorHandler = errorHandler if (_running === self.concurrency || self.paused) { if (queueHead) {