Skip to content

Instantly share code, notes, and snippets.

@codesynapse
Created January 11, 2016 10:23
Show Gist options
  • Save codesynapse/888cad987c95ee0117bd to your computer and use it in GitHub Desktop.
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
/*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