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 dcbb6c5ce5
commit 0230dc5067

View File

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