From 4a1195a4efbf0bad07f139beeba16fef3d924462 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 24 Mar 2015 10:38:25 +0000 Subject: [PATCH] Pass `--allow-natives-syntax` flag to node. --- bin/mocha | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mocha b/bin/mocha index 886d225ccd..a88de85792 100755 --- a/bin/mocha +++ b/bin/mocha @@ -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: