typo
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment