Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Attempt workaround for ariya/phantomjs#12697
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Oct 18, 2016
1 parent 1c0ebb2 commit 6b11881
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ function grabNextSite() {
casper.start(site.url);

casper.run(function() {
casper.done();
setTimeout(function() {
casper.done();
phantom.exit();
});
});
}

Expand Down

0 comments on commit 6b11881

Please sign in to comment.