remove automatic --harmony flag from 6to5-node
This commit is contained in:
parent
83e225f30a
commit
0da4303358
@ -5,7 +5,7 @@
|
|||||||
* when found, before invoking the "real" _6to5-node(1) executable.
|
* 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){
|
process.argv.slice(2).forEach(function(arg){
|
||||||
var flag = arg.split("=")[0];
|
var flag = arg.split("=")[0];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user