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

Unified Diff: pkg/analyzer_cli/lib/src/build_mode.dart

Issue 3003823002: Use runAsync() when perform request. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/lib/src/build_mode.dart
diff --git a/pkg/analyzer_cli/lib/src/build_mode.dart b/pkg/analyzer_cli/lib/src/build_mode.dart
index ab6f1cd8440eb975e56738572622dd0f66b66103..c76de078934c37120f0bcc9085b78c20f5055b84 100644
--- a/pkg/analyzer_cli/lib/src/build_mode.dart
+++ b/pkg/analyzer_cli/lib/src/build_mode.dart
@@ -81,7 +81,7 @@ class AnalyzerWorkerLoop extends AsyncWorkerLoop {
*/
@override
Future<WorkResponse> performRequest(WorkRequest request) async {
- return logger.run('Perform request', () async {
+ return logger.runAsync('Perform request', () async {
errorBuffer.clear();
outBuffer.clear();
try {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698