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

Unified Diff: pkg/analyzer_cli/lib/src/analyzer_impl.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/analyzer_cli/lib/src/analyzer_impl.dart
diff --git a/pkg/analyzer_cli/lib/src/analyzer_impl.dart b/pkg/analyzer_cli/lib/src/analyzer_impl.dart
index 4b9a88e4197f9b2c07f0d2c3bd7e2e67fe770bd3..b3b94a92cab545db6bcfe8210938a7f098d66c6d 100644
--- a/pkg/analyzer_cli/lib/src/analyzer_impl.dart
+++ b/pkg/analyzer_cli/lib/src/analyzer_impl.dart
@@ -169,7 +169,7 @@ class AnalyzerImpl {
: context.computeKindOf(librarySource);
if (librarySourceKind == SourceKind.PART) {
stderr.writeln("Only libraries can be analyzed.");
- stderr.writeln("${path} is a part and can not be analyzed.");
+ stderr.writeln("$path is a part and can not be analyzed.");
return ErrorSeverity.ERROR;
}

Powered by Google App Engine
This is Rietveld 408576698