Created
January 11, 2016 10:23
-
-
Save codesynapse/888cad987c95ee0117bd to your computer and use it in GitHub Desktop.
Fix to add in CasperJS 1.0.4 file - bootstrap.js in Line 31 onwards
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Install issue fix */ | |
var system = require('system'); | |
var argsdeprecated = system.args; | |
argsdeprecated.shift(); | |
phantom.args = argsdeprecated; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment