| Index: dart/frog/frog.py
|
| diff --git a/dart/frog/frog.py b/dart/frog/frog.py
|
| index 6d9b7e34541b2090850ade65a5d9d1a4fb3c3e65..1c6bf31dd9bc45a5acb45069ae4877bc4d31b531 100755
|
| --- a/dart/frog/frog.py
|
| +++ b/dart/frog/frog.py
|
| @@ -77,7 +77,7 @@ def parseOptions(args):
|
| help='The location of the VM.')
|
|
|
| optionParser.add_option('--js_cmd',
|
| - default = 'node --crankshaft', # node is really slow without this.
|
| + default = '%s --crankshaft' % D8,
|
| metavar='FILE', help='The shell cmd to use to run output JS code.')
|
|
|
| optionParser.add_option('--keep_files',
|
|
|