Skip to content

Commit

Permalink
Pass --allow-natives-syntax flag to node.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Mar 24, 2015
1 parent d12ad89 commit 4a1195a
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 4a1195a

Please sign in to comment.