remove automatic --harmony flag from 6to5-node

This commit is contained in:
Sebastian McKenzie 2015-02-02 21:14:23 +11:00
parent 83e225f30a
commit 0da4303358

View File

@ -5,7 +5,7 @@
* when found, before invoking the "real" _6to5-node(1) executable.
*/
var args = ["--harmony", __dirname + "/_6to5-node"];
var args = [__dirname + "/_6to5-node"];
process.argv.slice(2).forEach(function(arg){
var flag = arg.split("=")[0];