Merge pull request #5785 from noinkling/7.0

Allow --inspect-brk option to be used with babel-node
This commit is contained in:
Justin Ridgewell 2017-05-30 15:30:33 -04:00 committed by GitHub
commit d34d2b1305

View File

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