Skip to content

Commit

Permalink
Fixes #13. Added argument list for unix platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Abril committed Jul 29, 2013
1 parent 6134440 commit 6f864dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/local/platform/unix.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ var supportedBrowsers = exports.supported = [
{
name : 'phantom',
pathQuery : 'which phantomjs',
process : 'phantomjs'
process : 'phantomjs',
args : [__dirname + '/../../../resources/phantom.js']
}
];

Expand Down

0 comments on commit 6f864dd

Please sign in to comment.