Skip to content

Commit

Permalink
Support --prof for profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoumaz committed May 3, 2013
1 parent e224188 commit 29f2708
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 @@ -26,6 +26,7 @@ process.argv.slice(2).forEach(function (arg) {
case '--harmony':
case '--harmony-proxies':
case '--harmony-collections':
case '--prof':
args.unshift(arg);
break;
default:
Expand Down

0 comments on commit 29f2708

Please sign in to comment.