testaro 70.0.3 → 70.1.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/netWatch.js +0 -3
- package/package.json +1 -1
package/netWatch.js
CHANGED
|
@@ -95,9 +95,6 @@ exports.netWatch = async (isForever, intervalInSeconds, isCertTolerant = true) =
|
|
|
95
95
|
.on('error', async error => {
|
|
96
96
|
// Report it.
|
|
97
97
|
console.log(`${logStart}error message ${error.message}`);
|
|
98
|
-
// Stop checking.
|
|
99
|
-
abort = true;
|
|
100
|
-
resolve(true);
|
|
101
98
|
})
|
|
102
99
|
// If the response delivers data:
|
|
103
100
|
.on('data', chunk => {
|