Skip to content

Commit

Permalink
Merge pull request babel#5796 from noinkling/add-inspect-brk-option
Browse files Browse the repository at this point in the history
Allow --inspect-brk option to be used with babel-node [6.x backport]
  • Loading branch information
jridgewell committed May 31, 2017
2 parents dcbb6c5 + 0230dc5 commit 489cf90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-cli/src/babel-node.js
Expand Up @@ -46,6 +46,7 @@ getV8Flags(function (err, v8Flags) {
case "--debug":
case "--debug-brk":
case "--inspect":
case "--inspect-brk":
args.unshift(arg);
break;

Expand Down

0 comments on commit 489cf90

Please sign in to comment.