Skip to content

Commit

Permalink
Reinstate --inspect-brk, lost when making babel-node standalone (ba…
Browse files Browse the repository at this point in the history
…bel#7423) [skip ci]
  • Loading branch information
penx authored and aminmarashi committed Mar 17, 2018
1 parent 775ffd7 commit f2d543e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-node/src/babel-node.js
Original file line number Diff line number Diff line change
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 f2d543e

Please sign in to comment.