Merge pull request #5796 from noinkling/add-inspect-brk-option

Allow --inspect-brk option to be used with babel-node [6.x backport]
This commit is contained in:
Justin Ridgewell 2017-05-31 03:20:41 -04:00 committed by GitHub
commit 489cf90d23

View File

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