@bigbinary/neeto-playwright-commons 1.6.7 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -5844,6 +5844,7 @@ function fastqueue (context, worker, concurrency) {
5844
5844
  current.release = release;
5845
5845
  current.value = value;
5846
5846
  current.callback = done || noop;
5847
+ current.errorHandler = errorHandler;
5847
5848
 
5848
5849
  if (_running === self.concurrency || self.paused) {
5849
5850
  if (queueHead) {