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

Unified Diff: utils/pub/log.dart

Issue 11783009: Big merge from experimental to bleeding edge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « utils/pub/lock_file.dart ('k') | utils/pub/oauth2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/log.dart
diff --git a/utils/pub/log.dart b/utils/pub/log.dart
index 029f72cf6e5693b8b35583b140d8af17866e8794..683c4a26165cdc2e9f87d74b02d8418ee044dddb 100644
--- a/utils/pub/log.dart
+++ b/utils/pub/log.dart
@@ -97,7 +97,7 @@ Future ioAsync(String startMessage, Future operation,
io(startMessage);
}
- return operation.transform((result) {
+ return operation.then((result) {
if (endMessage == null) {
io("End $startMessage.");
} else {
« no previous file with comments | « utils/pub/lock_file.dart ('k') | utils/pub/oauth2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698