use harmony flag work with iojs

This commit is contained in:
fundon 2015-02-05 16:29:32 +08:00
parent a9e6d2ccb4
commit 3ac33a5c44

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo echo
MW=$1 node --harmony-generators $2 & MW=$1 node --harmony $2 &
pid=$! pid=$!
sleep 2 sleep 2