File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ program
9191 . option ( '--icu-data-dir' , 'include ICU data' )
9292 . option ( '--inline-diffs' , 'display actual/expected differences inline within each string' )
9393 . option ( '--inspect' , 'activate devtools in chrome' )
94+ . option ( '--inspect-brk' , 'activate devtools in chrome and break on the first line' )
9495 . option ( '--interfaces' , 'display available interfaces' )
9596 . option ( '--no-deprecation' , 'silence deprecation warnings' )
9697 . option ( '--no-exit' , 'require a clean shutdown of the event loop: mocha will not call process.exit' )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ process.argv.slice(2).forEach(function (arg) {
2828 case '--debug' :
2929 case '--debug-brk' :
3030 case '--inspect' :
31+ case '--inspect-brk' :
3132 args . unshift ( arg ) ;
3233 args . push ( '--no-timeouts' ) ;
3334 break ;
You can’t perform that action at this time.
0 commit comments