testaro 71.0.2 → 71.0.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/netWatch.js +0 -2
- package/package.json +1 -1
package/netWatch.js
CHANGED
|
@@ -185,8 +185,6 @@ exports.netWatch = async (isForever, intervalInSeconds, isCertTolerant = true) =
|
|
|
185
185
|
console.log(
|
|
186
186
|
`${reportLogStart}response message: ${JSON.stringify(ackObj, null, 2)}\n`
|
|
187
187
|
);
|
|
188
|
-
// Wait for the specified interval.
|
|
189
|
-
await wait(1000 * intervalInSeconds);
|
|
190
188
|
}
|
|
191
189
|
// If it is not JSON:
|
|
192
190
|
catch(error) {
|