use harmony flag work with iojs
This commit is contained in:
parent
a9e6d2ccb4
commit
3ac33a5c44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue