add --nolazy to babel-node - fixes #1639
This commit is contained in:
parent
4901075960
commit
0f663560d4
@ -412,6 +412,7 @@ babelArgs.forEach(function(arg){
|
||||
case "--prof_auto":
|
||||
case "--prof_lazy":
|
||||
case "--sliding_state_window":
|
||||
case "--nolazy":
|
||||
args.unshift(arg);
|
||||
break;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user