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.
- package/package.json +1 -1
- package/watch.js +1 -3
package/package.json
CHANGED
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
|
-
|
|
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:
|