Allow --inspect-brk option to be used with babel-node

This commit is contained in:
noinkling 2017-05-28 18:08:04 +12:00
parent 2579c5b6e9
commit 517ecdae65

View File

@ -46,6 +46,7 @@ getV8Flags(function (err, v8Flags) {
case "--debug":
case "--debug-brk":
case "--inspect":
case "--inspect-brk":
args.unshift(arg);
break;