testaro 10.6.2 → 10.6.3

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/package.json +1 -1
  2. package/watch.js +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "10.6.2",
3
+ "version": "10.6.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/watch.js CHANGED
@@ -192,9 +192,7 @@ const runJob = async (job, isDirWatch) => {
192
192
  else {
193
193
  // Send the report to the server.
194
194
  const ack = await writeNetReport(job);
195
- if (ack.error) {
196
- console.log(JSON.stringify(ack, null, 2));
197
- }
195
+ console.log(JSON.stringify(ack, null, 2));
198
196
  }
199
197
  }
200
198
  // If the job failed: