Skip to content

Commit

Permalink
Merge pull request #410 from fundon/master
Browse files Browse the repository at this point in the history
use harmony flag work with iojs
  • Loading branch information
dead-horse committed Feb 5, 2015
2 parents a9e6d2c + 3ac33a5 commit 78c7aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo
MW=$1 node --harmony-generators $2 &
MW=$1 node --harmony $2 &
pid=$!

sleep 2
Expand Down

0 comments on commit 78c7aad

Please # to comment.