Commit 15733d77 15733d77c50d6a437dcfb3e4692572e9f6da15a5 by Nicolas Perriault

typo

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