Merge pull request #410 from fundon/master
use harmony flag work with iojs
This commit is contained in:
commit
78c7aad2bc
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