Allow --inspect-brk option to be used with babel-node
This commit is contained in:
parent
2579c5b6e9
commit
517ecdae65
@ -46,6 +46,7 @@ getV8Flags(function (err, v8Flags) {
|
||||
case "--debug":
|
||||
case "--debug-brk":
|
||||
case "--inspect":
|
||||
case "--inspect-brk":
|
||||
args.unshift(arg);
|
||||
break;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user