Commit 15733d77 15733d77c50d6a437dcfb3e4692572e9f6da15a5 by Nicolas Perriault

typo

1 parent 90f33738
......@@ -78,6 +78,7 @@ phantom.loadCasper = function() {
}).pop();
} catch (e) {}
}
if (!phantom.casperPath) {
console.error("Couldn't find not compute phantom.casperPath, exiting.");
phantom.exit(1);
......