@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.js CHANGED
@@ -5809,6 +5809,7 @@ function fastqueue (context, worker, concurrency) {
5809
5809
  current.release = release;
5810
5810
  current.value = value;
5811
5811
  current.callback = done || noop;
5812
+ current.errorHandler = errorHandler;
5812
5813
 
5813
5814
  if (_running === self.concurrency || self.paused) {
5814
5815
  if (queueHead) {