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

Unified Diff: pkg/front_end/tool/bazel/worker.dart

Issue 3003743002: Move tools to tool folder. (Closed)
Patch Set: Fix two problems that show up elsewhere. Created 3 years, 4 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
Index: pkg/front_end/tool/bazel/worker.dart
diff --git a/pkg/front_end/tool/bazel/worker.dart b/pkg/front_end/tool/bazel/worker.dart
index c27ea04dc7ec0182ff889e1d453183bf9f621f12..d7f6adfc2971801d82f2ec8627e591e760f005cd 100644
--- a/pkg/front_end/tool/bazel/worker.dart
+++ b/pkg/front_end/tool/bazel/worker.dart
@@ -98,7 +98,7 @@ Future computeSummary(List<String> args,
}
};
} else {
- options.throwOnWarnings = true;
+ options.throwOnWarningsForDebugging = true;
}
var sources = parsedArgs['source'].map(Uri.parse).toList();

Powered by Google App Engine
This is Rietveld 408576698