use harmony flag work with iojs

master
fundon 2015-02-05 16:29:32 +08:00
parent a9e6d2ccb4
commit 3ac33a5c44
1 changed files with 1 additions and 1 deletions

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