testaro 59.2.4 → 59.2.5
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/run.js +1 -1
package/package.json
CHANGED
package/run.js
CHANGED
|
@@ -289,7 +289,7 @@ const launch = exports.launch = async (report, debug, waits, tempBrowserID, temp
|
|
|
289
289
|
// Create a diagnostic listener for its unintentional closing.
|
|
290
290
|
browserContext.on('close', () => {
|
|
291
291
|
if (! browserCloseIntentional) {
|
|
292
|
-
console.log(
|
|
292
|
+
console.log('ERROR: Browser context unexpectedly closed');
|
|
293
293
|
}
|
|
294
294
|
});
|
|
295
295
|
// Prevent default timeouts.
|