mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
bench: remove --harmony-generators flag
This commit is contained in:
parent
9a45f7bd3d
commit
e9851672eb
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo
|
echo
|
||||||
MW=$1 node --harmony-generators $2 &
|
MW=$1 node $2 &
|
||||||
pid=$!
|
pid=$!
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user