add --nolazy to babel-node - fixes #1639

This commit is contained in:
Sebastian McKenzie 2015-05-28 10:24:31 -04:00
parent 4901075960
commit 0f663560d4

View File

@ -412,6 +412,7 @@ babelArgs.forEach(function(arg){
case "--prof_auto":
case "--prof_lazy":
case "--sliding_state_window":
case "--nolazy":
args.unshift(arg);
break;