Skip to content

Commit

Permalink
Merge pull request #1630 from dominicbarnes/master
Browse files Browse the repository at this point in the history
Add support for some underscored harmony flags as well
  • Loading branch information
Joshua Appelman committed Jun 5, 2015
2 parents bf76143 + a83c6cf commit d10a196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/mocha
Expand Up @@ -37,8 +37,11 @@ process.argv.slice(2).forEach(function(arg){
case '--harmony':
case '--es_staging':
case '--harmony-proxies':
case '--harmony_proxies':
case '--harmony-collections':
case '--harmony_collections':
case '--harmony-generators':
case '--harmony_generators':
case '--harmony_shipping':
case '--harmony_arrow_functions':
case '--harmony_rest_parameters':
Expand Down

0 comments on commit d10a196

Please sign in to comment.