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

Unified Diff: pkg/barback/lib/src/package_graph.dart

Issue 148213009: Wait for all log entries to be printed before exiting "pub build". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: bump barback version Created 6 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 | « no previous file | pkg/barback/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/package_graph.dart
diff --git a/pkg/barback/lib/src/package_graph.dart b/pkg/barback/lib/src/package_graph.dart
index c2e1a8ee1e165f5314e82a90e2c764885219cbc9..ce49459f2f886b87a080179f74698e17a532c244 100644
--- a/pkg/barback/lib/src/package_graph.dart
+++ b/pkg/barback/lib/src/package_graph.dart
@@ -58,7 +58,7 @@ class PackageGraph {
/// The stream of [LogEntry] objects used to report transformer log entries.
Stream<LogEntry> get log => _logController.stream;
- final _logController = new StreamController<LogEntry>.broadcast();
+ final _logController = new StreamController<LogEntry>.broadcast(sync: true);
/// The most recent error emitted from a cascade's result stream.
///
« no previous file with comments | « no previous file | pkg/barback/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698