Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-18 03:28:32 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-18 03:28:32 +0400
commitdb3f026439839135e049482a7bddc9b25f56123c (patch)
tree730318e890845848aa56a552e44c7baada45478d /tests/resources
parentdf1e1b9b330241eb47d0b69ec40f28903c4f1203 (diff)
Do not exit on webpage error.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-capture/capture.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/resources/screenshot-capture/capture.js b/tests/resources/screenshot-capture/capture.js
index ae7d936a50..84de3a3bbd 100644
--- a/tests/resources/screenshot-capture/capture.js
+++ b/tests/resources/screenshot-capture/capture.js
@@ -95,7 +95,6 @@ PageRenderer.prototype = {
var self = this;
this.webpage.onError = function (message) {
console.log("Webpage error: " + message);
- app.exit(1);
};
this.webpage.onConsoleMessage = function (message) {