Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: lib/src/runner/v8_runner.dart

Issue 1422323005: Serve html report in server mode (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/report/html_reporter.dart ('k') | lib/src/server/server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/v8_runner.dart
diff --git a/lib/src/runner/v8_runner.dart b/lib/src/runner/v8_runner.dart
index 704d4b33ada5bfe38034e66dab61e5763057f93f..6f55d40096342ebfc6aea26a7dc4878a46bf6357 100644
--- a/lib/src/runner/v8_runner.dart
+++ b/lib/src/runner/v8_runner.dart
@@ -51,7 +51,8 @@ abstract class V8Runner {
Future<Process> start(List<File> files, String startStatement) =>
Process.start(
- _v8Binary, [
+ _v8Binary,
+ [
"--harmony",
"-e",
_GLOBALS + _getLoadStatements(files).join() + startStatement
« no previous file with comments | « lib/src/report/html_reporter.dart ('k') | lib/src/server/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698