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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart

Issue 601973002: Fix some pub analyzer warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | sdk/lib/_internal/pub/lib/src/cached_package.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart b/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
index 197f93b6237a4b3d42775be1fdf8dbacd2f5a929..434353685ab1b42ea240ce8c944081f5cd364f04 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart
@@ -491,7 +491,7 @@ class AssetEnvironment {
log.fine("Provided sources.");
- var errorStream = barback.errors.map((error) {
+ errorStream = barback.errors.map((error) {
// Now that we're loading transformers, errors they log shouldn't be
// fatal, since we're starting to run them on real user assets which
// may have e.g. syntax errors. If an error would cause a transformer
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/lib/src/cached_package.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698