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 { |