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

Unified Diff: dart/frog/minfrogc.dart

Issue 9111012: Detect crashes in frog/leg (when running on VM). (Closed) Base URL: ssh://aaricia.aar/home/ahe/Dart/all/dart.googlecode.com.git@master
Patch Set: Fix mistake in status file Created 8 years, 12 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 | « dart/frog/frogc.dart ('k') | dart/frog/scripts/bootstrap/frog_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/minfrogc.dart
diff --git a/dart/frog/minfrogc.dart b/dart/frog/minfrogc.dart
index ebd628713414969657e4c7efe79a1e317bac501c..39c4f2691d676e88100625e77a6a6144c219592d 100644
--- a/dart/frog/minfrogc.dart
+++ b/dart/frog/minfrogc.dart
@@ -29,6 +29,7 @@ main() {
var homedir = (new File('.')).fullPathSync();
if (!compile(homedir, argv, new VMFileSystem())) {
- throw "Compilation failed";
+ print("Compilation failed");
+ exit(1);
}
}
« no previous file with comments | « dart/frog/frogc.dart ('k') | dart/frog/scripts/bootstrap/frog_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698