Commit 0125701f 0125701f83e54d6e7636ad204cf3ae68d045015e by Nicolas Perriault

if phantom is not defined, can't phantom.exit - closes #344

1 parent 4644057c
......@@ -33,7 +33,6 @@
if (!phantom) {
console.error('CasperJS needs to be executed in a PhantomJS environment http://phantomjs.org/');
phantom.exit(1);
}
if (phantom.version.major === 1 && phantom.version.minor < 7) {
......