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

Unified Diff: pkg/analysis_server/lib/src/domain_completion.dart

Issue 2946313003: Restore partial analysis of analysis options files (Closed)
Patch Set: Created 3 years, 6 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/analysis_server/lib/src/domain_completion.dart
diff --git a/pkg/analysis_server/lib/src/domain_completion.dart b/pkg/analysis_server/lib/src/domain_completion.dart
index 8a95577b096fe255ae01debce9c15edbb93b2654..474156d206d4dacedec88c75429b6eebee18d51d 100644
--- a/pkg/analysis_server/lib/src/domain_completion.dart
+++ b/pkg/analysis_server/lib/src/domain_completion.dart
@@ -196,7 +196,7 @@ class CompletionDomainHandler extends AbstractRequestHandler {
request,
'params.offset',
'Expected offset between 0 and source length inclusive,'
- ' but found ${offset}'));
+ ' but found $offset'));
return;
}
source =

Powered by Google App Engine
This is Rietveld 408576698