testaro 55.5.8 → 55.5.10

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.
Files changed (2) hide show
  1. package/netWatch.js +1 -0
  2. package/package.json +1 -1
package/netWatch.js CHANGED
@@ -244,6 +244,7 @@ exports.netWatch = async (isForever, intervalInSeconds, isCertTolerant = true) =
244
244
  }
245
245
  catch(error) {
246
246
  console.log(`ERROR performing job ${id} (${error.message})`);
247
+ resolve(true);
247
248
  }
248
249
  }
249
250
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "55.5.8",
3
+ "version": "55.5.10",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {