Skip to content

Commit

Permalink
fix: add missing node-bin alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Apr 26, 2017
1 parent 770f8b3 commit f62cbc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/protractor-flake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ var argv = require('minimist')(process.argv.slice(2), {
'--': true,
alias: {
maxAttempts: 'max-attempts',
protractorPath: 'protractor-path'
protractorPath: 'protractor-path',
nodeBin: 'node-bin'
}
});

Expand Down

0 comments on commit f62cbc7

Please sign in to comment.