commit | a754646dc132d99fc893e045bc63c992252bcec4 | [log] [tgz] |
---|---|---|
author | pq <pquitslund@google.com> | Wed Jan 17 17:12:20 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 17:12:20 2024 +0000 |
tree | 906000a6f34cb44e2427450e7c4553af8567a81a | |
parent | ad9928cfdea8812146043a4aeb0a5500e0fad5c9 [diff] |
cleanup file path conditional Change-Id: I8c6c9949891bb87cfb9cd52397383a03d82c5ac8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346587 Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
diff --git a/pkg/analysis_server/lib/src/context_manager.dart b/pkg/analysis_server/lib/src/context_manager.dart index a884dad..294e66b 100644 --- a/pkg/analysis_server/lib/src/context_manager.dart +++ b/pkg/analysis_server/lib/src/context_manager.dart
@@ -794,8 +794,7 @@ if (file_paths.isAnalysisOptionsYaml(pathContext, path) || file_paths.isBlazeBuild(pathContext, path) || file_paths.isPackageConfigJson(pathContext, path) || - isPubspec || - false) { + isPubspec) { _createAnalysisContexts().then((_) { if (isPubspec) { if (type == ChangeType.REMOVE) {