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

Unified Diff: bin/devrun.dart

Issue 1270993002: fixes #276, path manipulation issues on windows. Also fixes server mode (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix comment Created 5 years, 4 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 | « bin/devc.dart ('k') | lib/src/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devrun.dart
diff --git a/bin/devrun.dart b/bin/devrun.dart
index 18e8456c5cc951698a2350ab7984218d76c29b4f..7e0bbabf96b9b0bf9d2d742ac300c9d161e28902 100755
--- a/bin/devrun.dart
+++ b/bin/devrun.dart
@@ -39,7 +39,7 @@ main(List<String> args) async {
}
var runner = new V8Runner(options);
- if (!await compile(options)) exit(1);
+ if (!compile(options)) exit(1);
var files = await listOutputFiles(options);
var startStatement = 'dart_library.start("${getMainModuleName(options)}");';
« no previous file with comments | « bin/devc.dart ('k') | lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698