Skip to content

Instantly share code, notes, and snippets.

@lsgrep
Created February 15, 2015 13:31
Show Gist options
  • Select an option

  • Save lsgrep/1f0ac97ac4ef07e9f44b to your computer and use it in GitHub Desktop.

Select an option

Save lsgrep/1f0ac97ac4ef07e9f44b to your computer and use it in GitHub Desktop.
casperjs fix
//libexec/bin/bootstrap.js
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