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

Unified Diff: pkg/scheduled_test/lib/scheduled_process.dart

Issue 488323002: Make servePackages's contents argument saner. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/scheduled_test/lib/scheduled_process.dart
diff --git a/pkg/scheduled_test/lib/scheduled_process.dart b/pkg/scheduled_test/lib/scheduled_process.dart
index c99cf06ddf6729877564a6f6970418924eea3771..5711dd3eb95ae311051c2bca52f331ebedef231c 100644
--- a/pkg/scheduled_test/lib/scheduled_process.dart
+++ b/pkg/scheduled_test/lib/scheduled_process.dart
@@ -204,6 +204,7 @@ class ScheduledProcess {
/// Schedule an exception handler that will clean up the process and provide
/// debug information if an error occurs.
void _scheduleExceptionCleanup() {
+ if (description == "pub get") return;
Bob Nystrom 2014/08/20 23:50:23 You should check this in and immediately wipe it f
currentSchedule.onException.schedule(() {
_stdoutCanceller();
_stderrCanceller();

Powered by Google App Engine
This is Rietveld 408576698