bitovi / launchpad

NodeJS Browser Launcher
MIT License
47 stars 28 forks source link

Needs to pass args for PhantomJS runner when running on Unix #13

Closed alexisabril closed 11 years ago

alexisabril commented 11 years ago

Currently no arguments are passed when running via PhantomJS on a Unix platform. This only needs to match the MacOS runner as such:

unix: https://github.com/ekryski/launchpad/blob/master/lib/local/platform/unix.js#L25

vs

mac: https://github.com/ekryski/launchpad/blob/master/lib/local/platform/macos.js#L58

ekryski commented 11 years ago

:thumbsup: Nice work @alexisabril