Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jan 25, 2017
1 parent d087ad3 commit e409b9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/phantom/modules/selectorDetect.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ function snapshot(options, detector, filter) {
// if phantomJS could not load the page, so end right now
globals.exit(2, "Unable to load page " + options.url);
} else {
// @@@
console.log("status: " + status + ", start: " + start + ", waitFor");
// @@@

// phantomJS loaded the page, so wait for it to be ready
waitFor(

Expand Down

0 comments on commit e409b9e

Please sign in to comment.