Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Exclude the --inspect flag
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Jul 6, 2016
1 parent 58ced06 commit a40ffd7
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 'debug':
case '--debug':
case '--debug-brk':
case '--inspect':
args.unshift(arg);
args.push('--no-timeouts');
break;
Expand Down

0 comments on commit a40ffd7

Please sign in to comment.