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

Commit

Permalink
Merge pull request mochajs#2357 from simov/support-inspect
Browse files Browse the repository at this point in the history
Support for the --inspect flag
  • Loading branch information
boneskull committed Aug 29, 2016
2 parents f19c213 + a40ffd7 commit 7759912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mocha
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 7759912

Please sign in to comment.