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

Unified Diff: utils/pub/io.dart

Issue 12208006: Fix hosted tests on Windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove merge bug. Created 7 years, 10 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 | utils/tests/pub/pub.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/io.dart
diff --git a/utils/pub/io.dart b/utils/pub/io.dart
index 04f39ade4156b68ec4472f9622036ebb5fbd4199..60f6d77f75f299afb905f98554dbfcd218228245 100644
--- a/utils/pub/io.dart
+++ b/utils/pub/io.dart
@@ -878,7 +878,7 @@ ByteStream createTarGz(List contents, {baseDir}) {
//
// TODO(rnystrom): Should log the stderr and display it if an actual error
// occurs.
- store(process.stdout, controller);
+ return store(process.stdout, controller);
});
}).catchError((e) {
// We don't have to worry about double-signaling here, since the store()
« no previous file with comments | « no previous file | utils/tests/pub/pub.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698