Merge pull request #410 from fundon/master

use harmony flag work with iojs
This commit is contained in:
Yiyu He 2015-02-05 16:31:08 +08:00
commit 78c7aad2bc

View file

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