From 29ea9956222f639909853ca51ec4601c3cc9c749 Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 18 Dec 2023 15:21:00 -0800 Subject: [PATCH] Update generated file due to transitive dependency change. --- dist/index.js | 1 + 1 file changed, 1 insertion(+) 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) {