Skip to content

Commit

Permalink
Merge pull request #1621 from keithamus/patch-1
Browse files Browse the repository at this point in the history
Pass `--allow-natives-syntax` flag to node.
  • Loading branch information
dasilvacontin committed Mar 31, 2015
2 parents d9a8192 + 4a1195a commit d7d2d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mocha
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ process.argv.slice(2).forEach(function(arg){
case '--prof':
case '--throw-deprecation':
case '--trace-deprecation':
case '--allow-natives-syntax':
args.unshift(arg);
break;
default:
Expand Down

0 comments on commit d7d2d88

Please sign in to comment.