Merge pull request #5785 from noinkling/7.0
Allow --inspect-brk option to be used with babel-node
This commit is contained in:
commit
d34d2b1305
@ -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