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

Unified Diff: bin/dartdevc.dart

Issue 1893603003: Support reading summaries in DDC (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix formatting Created 4 years, 8 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 | « no previous file | lib/src/analyzer/context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/dartdevc.dart
diff --git a/bin/dartdevc.dart b/bin/dartdevc.dart
index 2246a9ce40820aa767ef346e8ae9d03e2f067595..a4db40cb751a3052e6d118726c389b7a6571f7f1 100755
--- a/bin/dartdevc.dart
+++ b/bin/dartdevc.dart
@@ -46,7 +46,7 @@ main(List<String> args) async {
runner.addCommand(new CompileCommand());
try {
await runner.run(args);
- } catch(e, s) {
+ } catch (e, s) {
exit(handleError(e, s, args));
}
}
« no previous file with comments | « no previous file | lib/src/analyzer/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698